]> git.earman.xyz Git - emacsinit.git/commitdiff
Fixes for sending emails
authorrush <rush@Thonkbook.com>
Thu, 12 Mar 2026 10:52:36 +0000 (06:52 -0400)
committerrush <rush@Thonkbook.com>
Thu, 12 Mar 2026 10:52:36 +0000 (06:52 -0400)
.gitignore
re/re-mu4e.el

index b90c4292a8f0bf6fa7f002205f249f20fb7a0ecd..fd1ca18b30844f5fd6b77111fa22d28d0bc7d643 100644 (file)
@@ -10,6 +10,7 @@ elpa/
 eshell/
 history
 image-dired/
+network-security.data
 org-clock-save.el
 org-persist/
 org-roam.db
index be749fb1a3d2a1d51ac58928401ef8507d1aca66..8c9c526d89c8500c826dd1ba40a48ca087675a1e 100644 (file)
@@ -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)