From eb4699371d0ab189c3ce283d0f9b4eb3df690426 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 28 Mar 2023 17:09:02 +0200 Subject: [PATCH] Don't prefill mailbox completion --- modules/graphical/mail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index 021996a4..b732ccdd 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -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")