diff options
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r-- | custom/jao-custom-notmuch.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index b079af1..3993147 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -5,6 +5,7 @@ (defvar jao-notmuch-minibuffer-queries '((: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 "A" :query "tag:new and tag:alba" :face default) (:name "b" :query "tag:new and tag:bigml and tag:bugs" :face jao-themes-error) (:name "S" :query "tag:new and tag:bigml and tag:support" :face default) |