mu4e: implement mu4e-search-query

Pick a query using completing-read with a new command mu4e-search-query.
Update docs.
This commit is contained in:
Dirk-Jan C. Binnema
2023-08-09 19:55:52 +03:00
parent 40a73c70f2
commit d5129052df
5 changed files with 51 additions and 10 deletions

View File

@ -80,7 +80,7 @@ the latest query-items.")
(unless (stringp query)
(mu4e-warn "Could not get query string from %s" bm))
;; apparently, non-UTF8 queries exist, i.e.,
;; with maild dir names.
;; with maildir names.
(decode-coding-string query 'utf-8 t))))
(defun mu4e--query-items-pick-favorite (items)