From 5438a71ccac97cf10b89ec20c45038f9945b5d14 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 7 Mar 2025 17:34:32 +0100 Subject: [PATCH] Tinker with Gnus' summary line format Trying out some inspiration taken from https://baty.net/posts/2025/03/using-gnus-for-email/. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9dd5489..ff76be6 100644 --- a/init.el +++ b/init.el @@ -1688,7 +1688,7 @@ Note that this workaround is incomplete, as explained in this comment." gnus-fetch-old-headers nil gnus-auto-select-first nil gnus-auto-select-next nil - gnus-summary-line-format "%U%O%R%6k %(%&user-date; %-13,13f %B%s%)\n" + gnus-summary-line-format "%U%ub%R%O%6k %(%&user-date; %-18,18f %B%s%)\n" gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date) gnus-subthread-sort-functions '(gnus-thread-sort-by-date) gnus-thread-hide-subtree t