X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5f78d81e91554631954a175f78e33d0671d05a10..eb221c17dce1d6e29ac98a834c9bcf40ddbbf50b:/dot/gnus.el 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 "="