From 6ed4218ab098fd5e55caff8aa69d121be9914c10 Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 12 Mar 2026 06:42:27 -0400 Subject: [PATCH] More settings for smtp --- re/re-mu4e.el | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/re/re-mu4e.el b/re/re-mu4e.el index af4a7c9..be749fb 100644 --- a/re/re-mu4e.el +++ b/re/re-mu4e.el @@ -9,6 +9,9 @@ (setq mu4e-get-mail-command "mbsync -a" mu4e-update-interval (* 10 60) mu4e-change-filenames-when-moving t + mu4e-use-fancy-chars t + mu4e-attachment-dir "~/downloads" + mu4e-compose-reply-to-address "iv@earman.xyz" mu4e-maildir "~/mail" mu4e-drafts-folder "/iv/Drafts" mu4e-sent-folder "/iv/Sent" @@ -18,5 +21,21 @@ (:maildir "/iv/Trash" :key ?t) (:maildir "/iv/Drafts" :key ?d)))) +(setq mail-user-agent 'mu4e + message-send-mail-function 'smtpmail-send-it + message-citation-line-format "Quoth %f :\n" + smtpmail-default-smtp-server "mail.earman.xyz" + smtpmail-smtp-server "mail.earman.xyz" + smtpmail-smtp-service 587 + smtpmail-stream-type 'starttls + smtpmail-local-domain "earman.xyz" + smtpmail-queue-mail nil + smtpmail-queue-dir "~/mail/iv/outbox/cur") + +(setq user-mail-address "iv@earman.xyz" + user-full-name "Rush N. Earman IV" + message-signature "-- \nRush Earman IV, PE" + message-kill-buffer-on-exit t) + (provide 're-mu4e) ;;; re-mu4e.el ends here -- 2.39.5