Mail changes

This commit is contained in:
Charlotte Van Petegem 2021-05-04 10:45:53 +02:00
parent c46ed9ce65
commit cf51a7c0ff
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -190,18 +190,11 @@
:ensure nil
:demand t
:after (selectrum)
:hook
((message-mode . (lambda ()
(auto-fill-mode)
(setq-local fill-column 72)
(setq-local fill-flowed-encode-column 72)))
(mu4e-view-mode . display-line-numbers-mode)
)
:hook (mu4e-view-mode . display-line-numbers-mode)
:custom
(mu4e-change-filenames-when-moving t "Avoid sync issues with mbsync")
(mu4e-maildir "/home/charlotte/mail" "Root of the maildir hierarchy")
(mu4e-context-policy 'pick-first "Use the first mail context in the list")
(mu4e-compose-format-flowed t "Flow emails correctly for recipients")
(mu4e-attachment-dir "/home/charlotte/downloads" "Save attachments to downloads folder")
(mu4e-compose-dont-reply-to-self t "Don't reply to myself on reply to all")
(mu4e-confirm-quit nil "Don't confirm when quitting")