summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f9d1472..06eac33 100644
--- a/init.el
+++ b/init.el
@@ -2034,6 +2034,7 @@
(autoload 'notmuch "notmuch" "Notmuch mail" t)
(define-key km/mail-map "n" #'notmuch)
:config
+ (setq mail-user-agent 'notmuch-user-agent)
(setq notmuch-hello-sections '(notmuch-hello-insert-saved-searches))
(setq notmuch-archive-tags '("-unread"))
(setq notmuch-draft-tags '("+draft" "-unread"))