diff --git a/modules/emacs/init.el b/modules/emacs/init.el index 1dd7ad0a..582ee274 100644 --- a/modules/emacs/init.el +++ b/modules/emacs/init.el @@ -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")