From 82e25efbc71e881614d3f4cc4db60a8648627a68 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 12 Jul 2021 01:58:45 +0100 Subject: nits --- email.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index ecb4eb3..ca5d0f7 100644 --- a/email.org +++ b/email.org @@ -298,11 +298,6 @@ (jao-consult-add-buffer-source 'jao-mail-consult-source "Mail" ?n) #+end_src -* notmuch - #+begin_src emacs-lisp - (when (eq jao-afio-mail-function 'notmuch) - (jao-load-org "notmuch")) - #+end_src * gnus *** Directories #+begin_src emacs-lisp @@ -320,5 +315,11 @@ 'gnus-article-mode 'gnus-group-mode) (let ((inhibit-message t)) - (gnus-demon-scan-news))))) + (gnus-demon-scan-news) + (gnus-group-expire-all-groups))))) #+end_src +* notmuch + #+begin_src emacs-lisp + (when (eq jao-afio-mail-function 'notmuch) + (jao-load-org "notmuch")) + #+end_src -- cgit v1.2.3