diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-05-13 19:42:41 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-12 01:10:42 -0400 |
commit | 47ca6f3bf9bf88bbcc63ae13cdf7f1cbdb1d1714 (patch) | |
tree | d092ff3e96eac27ccb6b963984682ef81df29536 | |
parent | 7fdd5648ddf322cedfe40a8d74f33ffbe1bdf4a8 (diff) | |
download | emacs.d-47ca6f3bf9bf88bbcc63ae13cdf7f1cbdb1d1714.tar.gz |
notmuch: Set mail-user-agent
See
https://yhetil.org/notmuch/20210513232807.1727569-1-david@tethera.net
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")) |