Don't prefill mailbox completion

This commit is contained in:
Charlotte Van Petegem 2023-03-28 17:09:02 +02:00
parent ac07857a55
commit eb4699371d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -127,6 +127,7 @@ in
:custom
(mu4e-read-option-use-builtin nil "Don't use builting autocomplete in mu4e")
(mu4e-completing-read-function 'completing-read "Use default completing read function")
(mu4e-maildir-initial-input "" "Don't have initial input when completing a maildir")
(mu4e-change-filenames-when-moving t "Avoid sync issues with mbsync")
(mu4e-maildir "${hmConfig.accounts.email.maildirBasePath}" "Root of the maildir hierarchy")
(mu4e-context-policy 'pick-first "Use the first mail context in the list")