From e00890f11bef8a3779c7bda7b75c8ffd63dccb59 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 7 Jul 2022 13:38:20 +0200 Subject: [PATCH] Fix advised function name --- modules/graphical/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index 59cd1f41..682d4947 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -149,7 +149,7 @@ in 'mu4e-bookmarks '(:name "Combined inbox" :query "maildir:/personal/INBOX or maildir:/work/INBOX or maildir:/posteo/INBOX" :key ?i) ) - (define-advice mu4e~context-ask-user + (define-advice mu4e--context-ask-user (:around (orig-fun &rest args) mu4e~context-ask-user-completing-read) "Replace `mu4e-read-option` by general-purpose completing-read" (cl-letf (((symbol-function 'mu4e-read-option)