From 95f9935dd36b3e3d82bf3f914358ae8d516390b4 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 1 Jul 2021 14:52:08 +0200 Subject: [PATCH] Notmuch: Filter cl-webkit. --- .emacs.d/lisp/init-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))