Don't show related messages by default

This commit is contained in:
Charlotte Van Petegem 2021-03-20 22:56:38 +01:00
parent 5a68aeb291
commit 100151f3be
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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")