From 41fecec385e15c3447c1aab4c0840d60a1e2e7af Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 5 Feb 2020 22:32:17 +0100 Subject: Tweak Gnus display some more Keep false root, otherwise I cannot mark threads with T k. Apply crude fontification with gnus-face-0. --- .gnus | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gnus') diff --git a/.gnus b/.gnus index b5c6ba1..35dd0a0 100644 --- a/.gnus +++ b/.gnus @@ -16,14 +16,14 @@ gnus-secondary-select-methods '((nntp "archive.lwn.net") (nntp "news.gmane.io")) - gnus-summary-line-format "%U%R %-16,16&user-date; %B%-23,23n %s\n" + gnus-summary-line-format "%U%R %{%-16,16&user-date; %B%}%-23,23n %s\n" + gnus-face-0 'shadow gnus-sum-thread-tree-root "" - gnus-sum-thread-tree-false-root "" + gnus-sum-thread-tree-false-root "┄┐" gnus-sum-thread-tree-indent " " gnus-sum-thread-tree-leaf-with-other "├► " gnus-sum-thread-tree-single-leaf "╰► " gnus-sum-thread-tree-vertical "│" - gnus-summary-make-false-root 'empty gnus-thread-sort-functions '(gnus-thread-sort-by-number (not gnus-thread-sort-by-most-recent-number)) -- cgit v1.2.3