diff options
| -rw-r--r-- | mu4e/mu4e-search.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mu4e/mu4e-search.el b/mu4e/mu4e-search.el index d694b65..ac1b1d9 100644 --- a/mu4e/mu4e-search.el +++ b/mu4e/mu4e-search.el @@ -203,6 +203,7 @@ with the favorite bookmark's query." (if (or (null expr) edit) (mu4e-search-read-query prompt expr) expr)) + (expr (replace-regexp-in-string (rx control) " " expr)) (expr (if mu4e-query-rewrite-function ;; rewrite? (funcall mu4e-query-rewrite-function expr) expr))) (mu4e-mark-handle-when-leaving) |
