|
|
@ -986,20 +986,27 @@ https://www.emacswiki.org/emacs/SmtpAuth |
|
|
|
:after (org) |
|
|
|
:init |
|
|
|
(require 'mu4e) |
|
|
|
:config |
|
|
|
:custom |
|
|
|
;; this is set to 't' to avoid mail syncing issues when using mbsync |
|
|
|
(setq mu4e-change-filenames-when-moving t) |
|
|
|
(setq smtpmail-servers-requiring-authorization ".*") |
|
|
|
(setq mu4e-update-interval (* 10 60)) |
|
|
|
(setq mu4e-get-mail-command "mbsync -a") |
|
|
|
(setq mu4e-maildir "/mnt/archiv/Dokumente/email") |
|
|
|
(setq mu4e-headers-fields |
|
|
|
(mu4e-change-filenames-when-moving t) |
|
|
|
(smtpmail-servers-requiring-authorization ".*") |
|
|
|
(mu4e-update-interval (* 10 60)) |
|
|
|
(mu4e-get-mail-command "mbsync -a") |
|
|
|
(mu4e-maildir "/mnt/archiv/Dokumente/email") |
|
|
|
(mu4e-attachment-dir "~/Archiv/Downloads") |
|
|
|
(mu4e-org-support t) |
|
|
|
(mu4e-completion-read-function 'completion-read) |
|
|
|
(mu4e-use-fancy-chars t) |
|
|
|
(mu4e-view-show-addresses t) |
|
|
|
(mu4e-view-show-images t) |
|
|
|
(mu4e-sent-messages-behaviour 'sent) ;works better with mbsync |
|
|
|
(mu4e-headers-fields |
|
|
|
'((:human-date . 12) |
|
|
|
(:flags . 6) |
|
|
|
(:from . 22) |
|
|
|
(:to . 25) |
|
|
|
(:subject))) |
|
|
|
|
|
|
|
:config |
|
|
|
(setq mu4e-contexts |
|
|
|
`( ,(make-mu4e-context |
|
|
|
:name "mail.de" |
|
|
|