diff options
author | jao <jao@gnu.org> | 2024-03-12 00:58:48 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-12 00:58:48 +0000 |
commit | d50065949dba578843ea8e67646c2733f2f71c0c (patch) | |
tree | 4f452d1b113f871d22c794454ce79fef1b2db8df /custom/jao-custom-notmuch.el | |
parent | bd64f46c5d87ac814b254d0b3de4566404eff13f (diff) | |
download | elibs-d50065949dba578843ea8e67646c2733f2f71c0c.tar.gz elibs-d50065949dba578843ea8e67646c2733f2f71c0c.tar.bz2 |
nits
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r-- | custom/jao-custom-notmuch.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 6f47364..989ccdf 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -12,9 +12,8 @@ (:name "W" :query "tag:new and tag:bigml and not tag:\"/support|bugs|inbox/\"" :face default) - (:name "I" - :query "tag:new and tag:jao and (tag:inbox or tag:write)" - :face jao-themes-warning) + (:name "I" :query "tag:new and tag:jao and tag:inbox" :face jao-themes-warning) + (:name "W" :query "tag:new and tag:jao and tag:write" :face jao-themes-warning) (:name "J" :query ,(concat "tag:new and tag:jao and not " "tag:\"/local|hacking|draft|inbox|prog|words|write/\"") |