diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 01:12:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 01:12:46 +0300 |
commit | 3478a3efb4abdf3ab783222cfcce02cda4bcde11 (patch) | |
tree | 8760c8094d553a6f78be7d0f364aed7813ab14c6 /.emacs.d/modules/thanos-mu4e.el | |
parent | 58ee489097dfebbdf706ba15ca27991be055e9cc (diff) |
emacs:(mu4e) Update shortcuts
Diffstat (limited to '.emacs.d/modules/thanos-mu4e.el')
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 9 |
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) |