.emacs.d/site-lisp/wtk_notmuch.el: Add a "mentions" search
[dotfiles-public.git] / src / .emacs.d / site-lisp / wtk_notmuch.el
index db5b11b83afe117d02d22b0eb174f5b98075163d..9acdf6f165be8745a7c6b9076c9d59c4c847e430 100644 (file)
@@ -5,3 +5,11 @@
                "mark messages in thread as spam"
                (interactive)
                (notmuch-search-tag '("+spam" "-inbox"))))
+
+(setq notmuch-saved-searches
+       '(
+               ("inbox" . "tag:inbox")
+               ("unread" . "tag:unread")
+               ("mentions" . "tag:inbox AND tag:mention")
+               )
+       )