diff options
author | jao <jao@gnu.org> | 2022-09-10 22:05:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-10 22:08:00 +0100 |
commit | 63afafd29696a2cd74c66a005d32a7ed61ace22b (patch) | |
tree | 08d8830b28b77aeb6d4c24af8c703499997c426c /custom | |
parent | ecc05349f7b50e3af314d0800b6591a568a4f519 (diff) | |
download | elibs-63afafd29696a2cd74c66a005d32a7ed61ace22b.tar.gz elibs-63afafd29696a2cd74c66a005d32a7ed61ace22b.tar.bz2 |
wee tweaks
Diffstat (limited to 'custom')
-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) |