diff options
author | jao <jao@gnu.org> | 2022-06-18 18:11:49 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-18 18:11:49 +0100 |
commit | f74cddafe5f2d5df33fbf81815c7e024d8c7a10d (patch) | |
tree | 74215f063c6d559f8207ebf394bd87ab6c12b42c /custom | |
parent | b7c0513998ca991c9216f0c56c5c0b31efc40400 (diff) | |
download | elibs-f74cddafe5f2d5df33fbf81815c7e024d8c7a10d.tar.gz elibs-f74cddafe5f2d5df33fbf81815c7e024d8c7a10d.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 27c0621..d65958f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -191,6 +191,8 @@ notmuch-tag-deleted-formats '(("unread") ("new") + ("flagged") + ("deleted") (".*" (notmuch-apply-face tag 'notmuch-tag-deleted)))) (with-eval-after-load "notmuch-tag" |