diff options
author | jao <jao@gnu.org> | 2022-11-28 03:21:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-11-28 03:21:21 +0000 |
commit | df4136581bb603c9444bdaac9f17d464e6d52c8a (patch) | |
tree | 07658bd82fcbef8663a47141c4b9b0dd7bb6d488 /custom | |
parent | 5bb9f80c30371ecc2dda58cdcfea64048875fd92 (diff) | |
download | elibs-df4136581bb603c9444bdaac9f17d464e6d52c8a.tar.gz elibs-df4136581bb603c9444bdaac9f17d464e6d52c8a.tar.bz2 |
notmuch nit
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 59da6dc..f69375a 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -190,7 +190,7 @@ (ts (split-string (shell-command-to-string cmd)))) (seq-difference ts (append jao-notmuch--shared-tags (cons tag excl))))) -(setq notmuch-archive-tags '("+trove" "-new" "-inbox") +(setq notmuch-archive-tags '("+trove" "-new" "-drivel" "-words" "-inbox") notmuch-show-mark-read-tags '("-new" "-unread") notmuch-tag-formats (let (;; (d `(:foreground ,(face-attribute 'jao-themes-dimm :foreground))) |