summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-02-05 20:54:47 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-02-05 20:54:47 +0100
commitd560753f64fc87e9377608bc7e3b1b7c2d2b5aca (patch)
tree531fdff842fe4f282495ea3ec7bed6332b5c1a28
parent00461c8fbffd7b15a6dda16d506adf4a532f9fbf (diff)
downloaddotfiles-d560753f64fc87e9377608bc7e3b1b7c2d2b5aca.tar.xz
Tweak Gnus thread display some more
Use box drawing characters to show article tree. Don't "adopt" rootless subthreads as that makes articles look like they answer unrelated messages.
-rw-r--r--.gnus9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gnus b/.gnus
index f459297..b5c6ba1 100644
--- a/.gnus
+++ b/.gnus
@@ -16,7 +16,14 @@
gnus-secondary-select-methods
'((nntp "archive.lwn.net")
(nntp "news.gmane.io"))
- 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; %B%-23,23n %s\n"
+ gnus-sum-thread-tree-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))