summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-26 07:42:38 +0300
committerThanos Apollo <[email protected]>2023-08-26 07:42:38 +0300
commit4f617a08812aa5ce46dd7cab6255b9588fdf8b6d (patch)
treea75b9d05350a48c6b8772d0b2e8054c32a8fb896
parentc46e03c3e0f8ebcd81a41c3c511947f543c4a849 (diff)
emacs: Update mu4e
Defining 'smtpmail-smtp-user' breaks mu4e in Arch (mu version: 1.10.5)
-rwxr-xr-xemacs.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.org b/emacs.org
index 7c36b00..5ba3cbc 100755
--- a/emacs.org
+++ b/emacs.org
@@ -912,9 +912,6 @@ Create function to watch videos using ~mpv~
(string-prefix-p "/" (mu4e-message-field msg :maildir))))
:vars '((user-mail-address . "[email protected]")
(user-full-name . "Thanos Apollo")
- (smtpmail-smtp-server . "smtp.fastmail.com")
- (smtpmail-smtp-user . "[email protected]")
- (smtpmail-smtp-service . 465)
(mu4e-drafts-folder . "/Drafts")
(mu4e-sent-folder . "/Sent")
(mu4e-refile-folder . "/Archive")
@@ -923,7 +920,6 @@ Create function to watch videos using ~mpv~
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "smtp.fastmail.com"
smtpmail-smtp-service 465
- smtpmail-smtp-user "[email protected]"
smtpmail-stream-type 'ssl
mu4e-compose-signature "Thanos Apollo\nhttps://thanosapollo.com"
mu4e-compose-context-policy 'ask