From e1a160a8e55bfc5e606b750f9dbba825f0526829 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 12 Feb 2023 00:34:06 +0200 Subject: [PATCH] mu4e-main: just mu4e-search for maildir query When activated. --- mu4e/mu4e-main.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 9e9d97ee..e16ad9aa 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -170,8 +170,8 @@ the personal addresses." When activated, invoke interactive function CMD. In the result, used the TITLE string, with the first occurrence -of [@] replace by a textual replacement for eiter the first -binding to CMD or, if specified, BINDSTR. +of [@] replaced by a textual replacement of a binding to CMD as +per `mu4e-key-description', or, if specified, BINDSTR. If the first letter after the [@] is equal to the last letter of the binding representation, remove that first letter." @@ -205,7 +205,7 @@ for aligning them." (let ((qfunc-pair (cond ((eq item-type 'maildirs) - (cons #'mu4e-search-maildir name)) + (cons #'mu4e-search query)) ((eq item-type 'bookmarks) (cons #'mu4e-search-bookmark (mu4e-get-bookmark-query key))) (t