diff --git a/.emacs.d/lisp/init-notmuch.el b/.emacs.d/lisp/init-notmuch.el index 0112ec63..d08bbf9c 100644 --- a/.emacs.d/lisp/init-notmuch.el +++ b/.emacs.d/lisp/init-notmuch.el @@ -14,7 +14,7 @@ (setq notmuch-saved-searches `((:name "inbox" :query "tag:inbox and date:1w.." :key ,(kbd "i")) - (:name "unread" :query "tag:unread and -(to:nyxt@noreply.github.com or from:noreply@discourse.atlas.engineer)":key ,(kbd "u")) + (:name "unread" :query "tag:unread and -(to:nyxt@noreply.github.com or cl-webkit@noreply.github.com or from:noreply@discourse.atlas.engineer)":key ,(kbd "u")) (:name "unread-all" :query "tag:unread" :key ,(kbd "U")) (:name "flagged" :query "tag:flagged" :key ,(kbd "f")) (:name "sent" :query "tag:sent and date:1w.." :key ,(kbd "t"))