Don't show related messages by default
This commit is contained in:
parent
5a68aeb291
commit
100151f3be
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@
|
|||
(mu4e-attachment-dir "/home/charlotte/downloads" "Save attachments to downloads folder")
|
||||
(mu4e-compose-dont-reply-to-self t "Don't reply to mysel on reply to all")
|
||||
(mu4e-confirm-quit nil "Don't confirm when quitting")
|
||||
(mu4e-completing-read-function 'ivy-completing-read)
|
||||
(mu4e-completing-read-function 'ivy-completing-read "Use ivy for completion")
|
||||
(mu4e-headers-include-related nil "Don't show related messages by default")
|
||||
(message-kill-buffer-on-exit t "Close buffer when finished with email")
|
||||
(sendmail-program "msmtp" "Use msmtp to send email")
|
||||
(message-sendmail-f-is-evil t "Remove username from the emacs message")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue