summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-05 19:05:55 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-15 21:08:41 -0500
commitd6bfa69ed0c7de440cdc6acb2b7ad6278315b065 (patch)
treecc7023899a779415ae2df9d4af46bfc9087561f8 /init.el
parent1596459fdc8da03227098b0079716a0a0db1712d (diff)
downloademacs.d-d6bfa69ed0c7de440cdc6acb2b7ad6278315b065.tar.gz
notmuch: Mark drafts as read
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index cdd2d45..865c944 100644
--- a/init.el
+++ b/init.el
@@ -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)