From e1d0940289e061b84876f33b4fb7f8c5a442412a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 27 Mar 2020 20:59:54 +0100 Subject: Indent single messages and thread roots in Gnus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way subjects are aligned, as well as the names of authors of root articles. Use this specific variation of WHITE DIAMOND CONTAINING BLACK … DIAMOND because it is covered by DejaVu Sans Mono; others require variable-width fonts. --- .gnus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gnus b/.gnus index 2a6a3b2..362828a 100644 --- a/.gnus +++ b/.gnus @@ -16,9 +16,9 @@ '((nntp "archive.lwn.net") (nntp "news.gmane.io")) gnus-summary-line-format "%*%U%R %-16,16&user-date; %B%-23,23n %s\n" - gnus-sum-thread-tree-root "" + gnus-sum-thread-tree-root "┌◈ " gnus-sum-thread-tree-false-root "┄┐ " - gnus-sum-thread-tree-single-indent "" + gnus-sum-thread-tree-single-indent " ◈ " gnus-sum-thread-tree-indent " " gnus-sum-thread-tree-single-leaf "╰► " gnus-sum-thread-tree-leaf-with-other "├► " -- cgit v1.2.3