commit 9430e438f3c6847107554ac57bbc9b1f22def7a7
parent 179072bcb08bce3550ca14c4c37860481f587e0a
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 15 May 2019 22:28:30 +0200
Make Gnus article summary line more readable
Since dates are variable-width and left-aligned, and the threaded view
pushes the next info (author name) to the right, without delimiters
it was hard to tell whether an article is the OP or not.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gnus b/.gnus
@@ -14,7 +14,7 @@
(nnmail-expiry-wait immediate))
gnus-secondary-select-methods
'((nntp "archive.lwn.net"))
- gnus-summary-line-format "%U%R %-16,16&user-date;%I%[%-23,23f%] %s\n"
+ gnus-summary-line-format "%U%R [%-16,16&user-date;]%I%[%-23,23f%] %s\n"
gnus-thread-sort-functions
'(gnus-thread-sort-by-number
gnus-thread-sort-by-most-recent-date)