fixing mu4e trash
This commit is contained in:
parent
562f3069c3
commit
e882e11f8a
1 changed files with 21 additions and 16 deletions
|
@ -134,21 +134,25 @@
|
|||
;; Run mu4e in the background to sync mail periodically
|
||||
;; (mu4e t)
|
||||
|
||||
|
||||
|
||||
(setq mm-discouraged-alternatives '("text/html" "text/richtext"))
|
||||
|
||||
(setq mu4e-update-interval 60
|
||||
mu4e-headers-auto-update t)
|
||||
(setq
|
||||
mu4e-update-interval 60
|
||||
mu4e-headers-auto-update t)
|
||||
|
||||
(setq
|
||||
mu4e-index-cleanup t
|
||||
mu4e-index-lazy-check nil
|
||||
mu4e-show-images t
|
||||
message-kill-buffer-on-exit t
|
||||
mu4e-enable-async-operations t
|
||||
mu4e-compose-format-flowed t
|
||||
mu4e-context-policy 'pick-first
|
||||
message-signature nil
|
||||
mu4e-bookmarks nil)
|
||||
mu4e-trash-without-flag t
|
||||
mu4e-index-cleanup t
|
||||
mu4e-index-lazy-check nil
|
||||
mu4e-show-images t
|
||||
message-kill-buffer-on-exit t
|
||||
mu4e-enable-async-operations t
|
||||
mu4e-compose-format-flowed t
|
||||
mu4e-context-policy 'pick-first
|
||||
message-signature nil
|
||||
mu4e-bookmarks nil)
|
||||
|
||||
(setq message-citation-line-format "On %e %B %Y at %R %Z, %f wrote:\n")
|
||||
(setq message-citation-line-function 'message-insert-formatted-citation-line)
|
||||
|
@ -164,11 +168,12 @@
|
|||
;; Optional
|
||||
;; (setq mu4e-icalendar-trash-after-reply t)
|
||||
|
||||
(setq sendmail-program "/etc/profiles/per-user/emenel/bin/msmtp"
|
||||
send-mail-function 'smtpmail-send-it
|
||||
message-sendmail-f-is-evil t
|
||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||
message-send-mail-function 'message-send-mail-with-sendmail)
|
||||
(setq
|
||||
sendmail-program "/etc/profiles/per-user/emenel/bin/msmtp"
|
||||
send-mail-function 'smtpmail-send-it
|
||||
message-sendmail-f-is-evil t
|
||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||
message-send-mail-function 'message-send-mail-with-sendmail)
|
||||
|
||||
(add-hook! 'mu4e-compose-mode-hook
|
||||
(ws-butler-mode -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue