From d6bfa69ed0c7de440cdc6acb2b7ad6278315b065 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 5 Jan 2019 19:05:55 -0500 Subject: notmuch: Mark drafts as read --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') 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) -- cgit v1.2.3