mu4e: update headers for new quoting
update for the new query parser
This commit is contained in:
@ -1183,8 +1183,8 @@ message, you can use `mu4e-headers-find-if-next'."
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(while (and (null pos)
|
(while (and (null pos)
|
||||||
(funcall search-func mu4e~headers-docid-pre nil t))
|
(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
|
;; not really sure why we need to jump to bol; we do need to, otherwise
|
||||||
;; miss lines sometimes...
|
;; we miss lines sometimes...
|
||||||
(let ((msg (get-text-property (line-beginning-position) 'msg)))
|
(let ((msg (get-text-property (line-beginning-position) 'msg)))
|
||||||
(when (and msg (funcall func msg))
|
(when (and msg (funcall func msg))
|
||||||
(setq pos (point))))))
|
(setq pos (point))))))
|
||||||
@ -1674,8 +1674,7 @@ maildir)."
|
|||||||
(list maildir)))
|
(list maildir)))
|
||||||
(when maildir
|
(when maildir
|
||||||
(mu4e-mark-handle-when-leaving)
|
(mu4e-mark-handle-when-leaving)
|
||||||
(mu4e-headers-search
|
(mu4e-headers-search (format "\"maildir:%s\"" maildir))))
|
||||||
(format "maildir:\"%s\"" maildir))))
|
|
||||||
|
|
||||||
(defun mu4e-headers-split-view-grow (&optional n)
|
(defun mu4e-headers-split-view-grow (&optional n)
|
||||||
"In split-view, grow the headers window.
|
"In split-view, grow the headers window.
|
||||||
|
|||||||
Reference in New Issue
Block a user