diff options
author | jao <jao@gnu.org> | 2022-01-02 03:21:42 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-05 02:28:18 +0000 |
commit | 619a2dc8e720569e9bc2c466c06b22fe80c6c3d0 (patch) | |
tree | 42cc130218f5ca0dcc90d411e3ae6da9740b7148 | |
parent | a97c76f765dea729f249bb77688e415c7032205a (diff) | |
download | elibs-619a2dc8e720569e9bc2c466c06b22fe80c6c3d0.tar.gz elibs-619a2dc8e720569e9bc2c466c06b22fe80c6c3d0.tar.bz2 |
notmuch
-rw-r--r-- | init.org | 2 | ||||
-rw-r--r-- | notmuch.org | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1632,7 +1632,7 @@ #+end_src * Email #+begin_src emacs-lisp - (setq jao-afio-mail-function 'gnus) + (setq jao-afio-mail-function 'notmuch) (jao-load-org "email") #+end_src * PDFs diff --git a/notmuch.org b/notmuch.org index 9a87a08..748fb28 100644 --- a/notmuch.org +++ b/notmuch.org @@ -75,7 +75,7 @@ (let* ((cmd (concat "notmuch search --output=tags tag:" w)) (ts (split-string (shell-command-to-string cmd)))) (seq-difference ts '("new" "unread" "flagged" "signed" "attachment" - "feeds" "rss" "mce" "trove" "prog" "emacs")))) + "gmane" "feeds" "rss" "mce" "trove" "prog" "emacs")))) (setq notmuch-saved-searches `(,(jao-notmuch--q "bigml" "inbox" "bi") @@ -90,7 +90,7 @@ ,(jao-notmuch--sq "emacs-bugs" "eb" "emacs" "bugs") ,(jao-notmuch--sq "emacs-diffs" "ec" "emacs" "diffs") ,@(mapcar #'jao-notmuch--sq (jao-notmuch--feed-tags "feeds")) - ,@(mapcar #'jao-notmuch--sq '("scheme" "notmuch" "erlang")) + ,@(mapcar #'jao-notmuch--sq '("scheme" "notmuch" "erlang" "idris")) ,(jao-notmuch--sec (jao-notmuch--qn "feeds" "prog" "fp" (cons "tag:prog" |