From 47ca6f3bf9bf88bbcc63ae13cdf7f1cbdb1d1714 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 13 May 2021 19:42:41 -0400 Subject: notmuch: Set mail-user-agent See https://yhetil.org/notmuch/20210513232807.1727569-1-david@tethera.net --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') 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")) -- cgit v1.2.3