From 764e4f0b7896582bc61d433a079cfc200d7c905c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 21 Feb 2020 04:32:47 +0100 Subject: [PATCH] Allow to get read and unread emails in Gnus groups --- org/config/spacemacs.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index c4ccb71..8c1b88b 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -1909,6 +1909,14 @@ (setq gnus-use-cache t) #+END_SRC + The following allows the user to read in a group all the messages in this + group, whether they are read or unread. + #+BEGIN_SRC emacs-lisp + (setq gnus-fetch-old-headers t) + (setq gnus-parameters '(("nnimap.*" + (display . all)))) + #+END_SRC + Let’s set a quick organization of the Gnus folders, the format in which sent messages should be saved, and the typology of Gnus’ topics: #+BEGIN_SRC emacs-lisp