summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gnus14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gnus b/.gnus
index 839ff81..57702d7 100644
--- a/.gnus
+++ b/.gnus
@@ -20,7 +20,19 @@
(setq smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587)
-(setq gnus-summary-line-format "%U%R%I%[%-23,23f%] %s\n")
+(setq gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n"
+ gnus-user-date-format-alist '(((gnus-seconds-today)
+ . "%H:%M")
+ ((+ 86400 (gnus-seconds-today))
+ . "Yesterday %H:%M")
+ (604800
+ . "%a %H:%M")
+ ((gnus-seconds-month)
+ . "%a %d")
+ ((gnus-seconds-year)
+ . "%b %d")
+ (t
+ . "%F")))
;; Key bindings:
;;