From 9430e438f3c6847107554ac57bbc9b1f22def7a7 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 15 May 2019 22:28:30 +0200 Subject: 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. --- .gnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnus b/.gnus index b43a469..4594c74 100644 --- 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) -- cgit v1.2.3