Use ivy for as completion in mu4e

This commit is contained in:
Charlotte Van Petegem 2021-03-20 22:16:21 +01:00
parent 18ec940162
commit 27bb91229d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -159,6 +159,7 @@
(use-package mu4e (use-package mu4e
;; Use mu4e included in the mu package, see emacs.nix ;; Use mu4e included in the mu package, see emacs.nix
:ensure nil :ensure nil
:after (ivy)
:demand t :demand t
:custom :custom
(mu4e-change-filenames-when-moving t "Avoid sync issues with mbsync") (mu4e-change-filenames-when-moving t "Avoid sync issues with mbsync")
@ -168,6 +169,7 @@
(mu4e-attachment-dir "/home/charlotte/downloads" "Save attachments to downloads folder") (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-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-confirm-quit nil "Don't confirm when quitting")
(mu4e-completing-read-function 'ivy-completing-read)
(message-kill-buffer-on-exit t "Close buffer when finished with email") (message-kill-buffer-on-exit t "Close buffer when finished with email")
(sendmail-program "msmtp" "Use msmtp to send email") (sendmail-program "msmtp" "Use msmtp to send email")
(message-sendmail-f-is-evil t "Remove username from the emacs message") (message-sendmail-f-is-evil t "Remove username from the emacs message")