mu4e: finalize mu4e-query-rewrite-function migration
There was one left.
This commit is contained in:
@ -140,7 +140,7 @@ invoke
|
|||||||
(mu4e--server-ping
|
(mu4e--server-ping
|
||||||
(mapcar ;; send it a list of queries we'd like to see read/unread info for
|
(mapcar ;; send it a list of queries we'd like to see read/unread info for
|
||||||
(lambda (bm)
|
(lambda (bm)
|
||||||
(funcall (or mu4e-search-query-rewrite-function #'identity)
|
(funcall (or mu4e-query-rewrite-function #'identity)
|
||||||
(plist-get bm :query)))
|
(plist-get bm :query)))
|
||||||
;; exclude bookmarks that are not strings, and with certain flags
|
;; exclude bookmarks that are not strings, and with certain flags
|
||||||
(seq-filter (lambda (bm)
|
(seq-filter (lambda (bm)
|
||||||
|
|||||||
Reference in New Issue
Block a user