fixing mu4e trash
This commit is contained in:
parent
562f3069c3
commit
e882e11f8a
1 changed files with 21 additions and 16 deletions
|
@ -134,12 +134,16 @@
|
||||||
;; Run mu4e in the background to sync mail periodically
|
;; Run mu4e in the background to sync mail periodically
|
||||||
;; (mu4e t)
|
;; (mu4e t)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
|
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
|
||||||
|
|
||||||
(setq mu4e-update-interval 60
|
(setq
|
||||||
|
mu4e-update-interval 60
|
||||||
mu4e-headers-auto-update t)
|
mu4e-headers-auto-update t)
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
|
mu4e-trash-without-flag t
|
||||||
mu4e-index-cleanup t
|
mu4e-index-cleanup t
|
||||||
mu4e-index-lazy-check nil
|
mu4e-index-lazy-check nil
|
||||||
mu4e-show-images t
|
mu4e-show-images t
|
||||||
|
@ -164,7 +168,8 @@
|
||||||
;; Optional
|
;; Optional
|
||||||
;; (setq mu4e-icalendar-trash-after-reply t)
|
;; (setq mu4e-icalendar-trash-after-reply t)
|
||||||
|
|
||||||
(setq sendmail-program "/etc/profiles/per-user/emenel/bin/msmtp"
|
(setq
|
||||||
|
sendmail-program "/etc/profiles/per-user/emenel/bin/msmtp"
|
||||||
send-mail-function 'smtpmail-send-it
|
send-mail-function 'smtpmail-send-it
|
||||||
message-sendmail-f-is-evil t
|
message-sendmail-f-is-evil t
|
||||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue