summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-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