Revert "Merge pull request #1099 from stsquad/fix-header-history"

This reverts commit ba75ef4b87, reversing
changes made to e735e70fa4.
This commit is contained in:
djcb
2017-06-18 11:25:53 +03:00
parent 72db436a63
commit cde35be271

View File

@ -1388,9 +1388,10 @@ searching. If SHOW is non-nil, show the message with MSGID."
(interactive)
(let* ((prompt (mu4e-format (or prompt "Search for: ")))
(expr
(read-string prompt
(if edit expr nil)
'mu4e~headers-search-hist)))
(if edit
(read-string prompt expr)
(or expr
(read-string prompt nil 'mu4e~headers-search-hist)))))
(mu4e-mark-handle-when-leaving)
(mu4e~headers-search-execute expr ignore-history)
(setq mu4e~headers-msgid-target msgid