summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org5
1 files changed, 3 insertions, 2 deletions
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")))