diff options
| -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"  | 
