mu4e: finalize mu4e-query-rewrite-function migration

There was one left.
This commit is contained in:
Dirk-Jan C. Binnema 2021-10-31 13:02:11 +02:00
parent aebec9714b
commit 5e55ef7c79
1 changed files with 1 additions and 1 deletions

View File

@ -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)