From 4c52b20e3ea95119afb6dd12787d899926917054 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 22 Feb 2019 13:40:40 -0500 Subject: [PATCH] [emacs/gnus] make topic line format more consistent with group lines --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 97ad67d..d603f43 100644 --- a/init.org +++ b/init.org @@ -2386,7 +2386,8 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (gcc "nnimap+csclub:Sent"))))) (use-feature gnus-topic - :hook (gnus-group-mode . gnus-topic-mode)) + :hook (gnus-group-mode . gnus-topic-mode) + :config (setq gnus-topic-line-format "%i[ %A: %(%{%n%}%) ]%v\n")) (use-feature gnus-agent :config -- 2.20.1