summaryrefslogtreecommitdiff
path: root/gnus.org
diff options
context:
space:
mode:
authorfpi2021-01-21 16:31:17 +0100
committerfpi2021-01-21 16:31:37 +0100
commitab11f2adb7b37d1ac35a1d567f802fa21279df66 (patch)
tree1146ee4d0e6e30066adaab910df3489994930aaa /gnus.org
parent[WIP] Add local maildir (diff)
Rename gnus group buffer
Diffstat (limited to '')
-rw-r--r--gnus.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnus.org b/gnus.org
index 6f069f8..c2a47c3 100644
--- a/gnus.org
+++ b/gnus.org
@@ -370,6 +370,10 @@ Unicode reply symbol
#+begin_src emacs-lisp
(setq gnus-summary-to-prefix "→ ")
#+end_src
+Rename the group buffer to something more memorable. This is not intended to be customized. So some bugs may occur. So far it only seems important to set it before starting gnus the first time. So e.g. set it in your main emacs =init.el=.
+#+begin_src emacs-lisp
+(setq gnus-group-buffer "*Gnus*")
+#+end_src
**** On threads
Gather loose threads, whose parent is currently not displayed, under a
dummy article. I find the default ~'adopt~ to be too confusing.