diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-05 19:05:55 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-15 21:08:41 -0500 |
commit | d6bfa69ed0c7de440cdc6acb2b7ad6278315b065 (patch) | |
tree | cc7023899a779415ae2df9d4af46bfc9087561f8 | |
parent | 1596459fdc8da03227098b0079716a0a0db1712d (diff) | |
download | emacs.d-d6bfa69ed0c7de440cdc6acb2b7ad6278315b065.tar.gz |
notmuch: Mark drafts as read
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2119,6 +2119,7 @@ :config (setq notmuch-hello-sections '(notmuch-hello-insert-saved-searches)) (setq notmuch-archive-tags '("-unread")) + (setq notmuch-draft-tags '("+draft" "-unread")) (setq notmuch-search-oldest-first nil) (setq notmuch-show-indent-messages-width 0) |