From 5e55ef7c79d3c718b10000e0bade548fe0dd8fc9 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 31 Oct 2021 13:02:11 +0200 Subject: [PATCH] mu4e: finalize mu4e-query-rewrite-function migration There was one left. --- mu4e/mu4e.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e.el b/mu4e/mu4e.el index c57d2ddb..63e2169c 100644 --- a/mu4e/mu4e.el +++ b/mu4e/mu4e.el @@ -140,7 +140,7 @@ invoke (mu4e--server-ping (mapcar ;; send it a list of queries we'd like to see read/unread info for (lambda (bm) - (funcall (or mu4e-search-query-rewrite-function #'identity) + (funcall (or mu4e-query-rewrite-function #'identity) (plist-get bm :query))) ;; exclude bookmarks that are not strings, and with certain flags (seq-filter (lambda (bm)