From 5d3d9e274f3928e7247c8ff8e5e99699cda3da3b Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 25 Oct 2017 01:15:00 +0300 Subject: [PATCH] mu4e: update headers for new quoting update for the new query parser --- mu4e/mu4e-headers.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index eb27557d..d23f25dc 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1183,8 +1183,8 @@ message, you can use `mu4e-headers-find-if-next'." (save-excursion (while (and (null pos) (funcall search-func mu4e~headers-docid-pre nil t)) - ;; not really sure why we need to jump to bol; we do need to, otherwise we - ;; miss lines sometimes... + ;; not really sure why we need to jump to bol; we do need to, otherwise + ;; we miss lines sometimes... (let ((msg (get-text-property (line-beginning-position) 'msg))) (when (and msg (funcall func msg)) (setq pos (point)))))) @@ -1674,8 +1674,7 @@ maildir)." (list maildir))) (when maildir (mu4e-mark-handle-when-leaving) - (mu4e-headers-search - (format "maildir:\"%s\"" maildir)))) + (mu4e-headers-search (format "\"maildir:%s\"" maildir)))) (defun mu4e-headers-split-view-grow (&optional n) "In split-view, grow the headers window.