From 7be8765df1efdb3276915cedafd82bb059bd4de4 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 6 May 2022 00:42:45 +0100 Subject: email nits --- gnus.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index 36ec6ff..c0c0346 100644 --- a/gnus.org +++ b/gnus.org @@ -183,8 +183,7 @@ (when jao-gnus-use-nnml (add-to-list 'gnus-secondary-select-methods - `(nnml "" ,(jao-gnus--notmuch-engine "~/var/mail/gnus/" - "notmuch.config")))) + `(nnml "" ,(jao-gnus--notmuch-engine (jao-gnus-dir "Mail") "notmuch.config")))) (defvar jao-gnus-nnml-group-params `(("nnml:\\(local\\|trash\\|spam\\)" @@ -713,6 +712,8 @@ #+begin_src emacs-lisp (require 'jao-notmuch-gnus) + (jao-notmuch-gnus-auto-tag) + (defun jao-gnus-toggle-todo () (interactive) (jao-notmuch-gnus-toggle-tags '("todo"))) -- cgit v1.2.3