aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-15 01:24:33 -0700
committerGravatar Tom Willemse2020-04-15 01:24:33 -0700
commit0599e056952c50ea69c214f63fa7050c6330d22b (patch)
tree4fcdc6613bebf20b46c7dc92d7089271ff7eac13
parentcce21157e0c847ff5238029cfdc519ad696cec9e (diff)
downloademacs-config-0599e056952c50ea69c214f63fa7050c6330d22b.tar.gz
emacs-config-0599e056952c50ea69c214f63fa7050c6330d22b.zip
Add date to GNUS summary lines
-rw-r--r--oni-gnus.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-gnus.el b/oni-gnus.el
index fed555f..443226f 100644
--- a/oni-gnus.el
+++ b/oni-gnus.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210542
+;; Version: 2020.0415.011434
;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@@ -60,6 +60,7 @@ Do this N times."
(define-key gnus-summary-mode-map (kbd "M-d") #'oni-gnus-delete-forward)
(setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n")
+(setq gnus-summary-line-format "%U%R%z %&user-date;%20= %I%(%[%4L: %-23,23f%]%) %s\n")
(setq gnus-select-method
'(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))