Set default mail user agent to Gnus

It has always been Gnus, but now it's official :)
This commit is contained in:
Daniel - 2020-01-19 19:41:27 +01:00
parent abfdbe41d2
commit f4b1d80e6f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1687,7 +1687,8 @@ in the main agenda view."
(setq notmuch-fcc-dirs nil
message-send-mail-function #'db/smtpmail-send-it
send-mail-function #'db/smtpmail-send-it)
send-mail-function #'db/smtpmail-send-it
mail-user-agent 'gnus-user-agent)
(use-package smtpmail
:defer t