From 3478a3efb4abdf3ab783222cfcce02cda4bcde11 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 12 Oct 2023 01:12:46 +0300 Subject: emacs:(mu4e) Update shortcuts --- .emacs.d/modules/thanos-mu4e.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.emacs.d/modules') 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) -- cgit v1.2.3