From: rush Date: Thu, 12 Mar 2026 10:52:36 +0000 (-0400) Subject: Fixes for sending emails X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=9746c99aa36c825e450a4ec3270b69db4c3fcb78;p=emacsinit.git Fixes for sending emails --- diff --git a/.gitignore b/.gitignore index b90c429..fd1ca18 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ elpa/ eshell/ history image-dired/ +network-security.data org-clock-save.el org-persist/ org-roam.db diff --git a/re/re-mu4e.el b/re/re-mu4e.el index be749fb..8c9c526 100644 --- a/re/re-mu4e.el +++ b/re/re-mu4e.el @@ -21,7 +21,7 @@ (:maildir "/iv/Trash" :key ?t) (:maildir "/iv/Drafts" :key ?d)))) -(setq mail-user-agent 'mu4e +(setq mail-user-agent 'message-user-agent message-send-mail-function 'smtpmail-send-it message-citation-line-format "Quoth %f :\n" smtpmail-default-smtp-server "mail.earman.xyz" @@ -34,7 +34,7 @@ (setq user-mail-address "iv@earman.xyz" user-full-name "Rush N. Earman IV" - message-signature "-- \nRush Earman IV, PE" + message-signature "Rush Earman IV, PE" message-kill-buffer-on-exit t) (provide 're-mu4e)