From: Mark Wooding Date: Sun, 24 May 2020 15:23:42 +0000 (+0100) Subject: dot/gnus.el: Include an abbreviated date in summary lines. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/0a3466cd31fd6bfcba157007e9b3ff7c59ea8d28 dot/gnus.el: Include an abbreviated date in summary lines. --- diff --git a/dot/gnus.el b/dot/gnus.el index f6f4438..ff2210e 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -38,9 +38,15 @@ (setq gnus-use-trees nil) (setq gnus-summary-make-false-root 'dummy) (setq gnus-summary-line-format - "%U%R%z%4L %(%[%-16,16f%]%): %B %s\n" + "%U%R%z%4L %(%[%-16,16f%]%): %&user-date; %B %s\n" gnus-summary-dummy-line-format - " %(%[----------------%]%): * %S\n") + " %(%[----------------%]%): * %S\n" + gnus-user-date-format-alist + '(((gnus-seconds-today) . "*** %H:%M") + (604800 . "%a %H:%M") + ((gnus-seconds-month) . " %a %_d") + ((gnus-seconds-year) . " %_d %b") + (t . " %b %Y"))) (setq gnus-sum-thread-tree-root ">" gnus-sum-thread-tree-false-root ">" gnus-sum-thread-tree-single-indent "="