Skip to content

Commit

Permalink
tweak(mu4e): don't reply to self, copy the header instead
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 8, 2023
1 parent 3a4be4f commit d52f58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(mu4e-get-mail-command "mbsync -a") ;; Use mbsync to get mails
(mu4e-index-update-error-warning nil) ;; Do not show warning after update
(mu4e-hide-index-messages t) ;; Hide minibuffer messages after indexing
(mu4e-compose-dont-reply-to-self t) ; When I reply to my own message, don't include me in the "To" field
(mu4e-change-filenames-when-moving t)
(mu4e-completing-read-function #'completing-read) ;; Use `vertico' instead of `ido'
(mu4e-main-hide-personal-addresses t) ;; Don't display a list of my own addresses!
Expand Down

0 comments on commit d52f58e

Please sign in to comment.