summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-05-13 19:42:41 -0400
committerKyle Meyer <kyle@kyleam.com>2021-06-12 01:10:42 -0400
commit47ca6f3bf9bf88bbcc63ae13cdf7f1cbdb1d1714 (patch)
treed092ff3e96eac27ccb6b963984682ef81df29536 /init.el
parent7fdd5648ddf322cedfe40a8d74f33ffbe1bdf4a8 (diff)
downloademacs.d-47ca6f3bf9bf88bbcc63ae13cdf7f1cbdb1d1714.tar.gz
notmuch: Set mail-user-agent
See https://yhetil.org/notmuch/20210513232807.1727569-1-david@tethera.net
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 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"))