From 9ae642296678e8976da42f0b6db139612a21f5ea Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 19 Aug 2024 12:38:47 +0200 Subject: [PATCH] more settings for mu4e --- config.org | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/config.org b/config.org index c13938b..c35d281 100644 --- a/config.org +++ b/config.org @@ -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"