From f10801cae92af527f8938c1461dc2b7e777a4154 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 20 Jan 2022 20:24:50 +0000 Subject: nits --- notmuch.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index ab5a740..ff4b73c 100644 --- a/notmuch.org +++ b/notmuch.org @@ -6,7 +6,7 @@ (defvar jao-notmuch-minibuffer-string "") (defvar jao-notmuch-minibuffer-queries - '((:name "" :query "tag:new" :face jao-themes-f00) + '((:name "" :query "tag:new and not tag:draft" :face jao-themes-f00) (:name "B" :query "tag:new and tag:bigml and tag:inbox" :face default) (:name "b" :query "tag:new and tag:bigml and tag:bugs" :face jao-themes-error) @@ -135,7 +135,7 @@ ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "tag:jao")) ,(jao-notmuch--q "jao" "todo" "jt" '("tag:todo" "not tag:bigml")) ,(jao-notmuch--q "feeds" "flagged" "rf" '("tag:flagged" "tag:feeds")) - ,(jao-notmuch--q "new" nil "nn" '("tag:new")) + ,(jao-notmuch--q "new" nil "nn" '("tag:new" "not tag:draft")) ,(jao-notmuch--q "unread" nil "nu" '("tag:unread")))) (defun jao-notmuch-tree-widen-search () -- cgit v1.2.3