From f4b1d80e6ff91250994755c8648ff046ae8d6378 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 19 Jan 2020 19:41:27 +0100 Subject: [PATCH] Set default mail user agent to Gnus It has always been Gnus, but now it's official :) --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 6e847ae..5b0cc6b 100644 --- a/init.el +++ b/init.el @@ -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