From 8144366fb8b4b6782ac68319788a6d54638477e2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Mar 2023 15:02:54 +0100 Subject: email: Simplify. --- init.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 4912121..c43f7f6 100644 --- a/init.org +++ b/init.org @@ -952,7 +952,7 @@ TODO: this is a big blob of email configuration. Document this properly! (setq shr-color-visible-luminance-min 30) (setq mu4e-get-mail-command "/home/rekado/.guix-home/profile/bin/mbsync -c /home/rekado/.config/mbsync.conf -a" - mu4e-compose-signature-auto-include nil + mu4e-compose-signature-auto-include t mu4e-compose-dont-reply-to-self t mu4e-update-interval nil mu4e-headers-include-related t) @@ -978,8 +978,7 @@ TODO: this is a big blob of email configuration. Document this properly! (when (fboundp 'imagemagick-register-types) (imagemagick-register-types)) -(setq mu4e-attachment-dir "~/Downloads" - mu4e-compose-signature-auto-include t) +(setq mu4e-attachment-dir "~/Downloads") ;; pretty quotes! (add-hook 'message-mode-hook -- cgit v1.2.3