summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-mu4e.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el
index 1ef42cd..4adf873 100644
--- a/.emacs.d/modules/thanos-mu4e.el
+++ b/.emacs.d/modules/thanos-mu4e.el
@@ -68,9 +68,9 @@
(setf mu4e-change-filenames-when-moving t)
(setf mu4e-maildir-shortcuts
- '(("/Inbox" . ?i)
- ("/Sent" . ?s)
- ("/Emacs/dev" . ?e)
+ '(("/Fastmail/Inbox" . ?i)
+ ("/Fastmail/Sent" . ?s)
+ ("/Fastmail/Emacs/dev" . ?e)
("/MUSofia/[Gmail]/All Mail" . ?u)))
(setf mu4e-contexts
@@ -103,9 +103,6 @@
(smtpmail-stream-type . ssl)))))
(setf message-send-mail-function 'smtpmail-send-it
- smtpmail-smtp-server "smtp.fastmail.com"
- smtpmail-smtp-service 465
- smtpmail-stream-type 'ssl
mu4e-compose-signature "\nThanos Apollo\nhttps://thanosapollo.com"
mu4e-compose-context-policy 'ask
mu4e-compose-format-flowed t)