From 8290095a019db59328f600248fe4dfcb6f20fd9f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Oct 2023 07:09:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20mu4e=E2=80=99s=20completing=20read=20sett?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vertico doesn’t have such a function but hooks into the built-in one. --- configuration.org | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.org b/configuration.org index cd7ec75..fd522f9 100644 --- a/configuration.org +++ b/configuration.org @@ -2128,7 +2128,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~. (message-sendmail-extra-arguments . ("--account=private" "--read-envelope-from"))))) org-mu4e-link-query-in-headers-mode nil) :custom - (mu4e-completing-read-function vertico-completing-read) (mu4e-context-policy 'pick-first) (mu4e-confirm-quit nil) (mail-user-agent 'sendmail-user-agent)