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
1 changed files with 5 additions and 4 deletions

View File

@ -1387,10 +1387,11 @@ searching. If SHOW is non-nil, show the message with MSGID."
;; `mu4e~headers-query-next' or `mu4e~headers-query-prev'."
(interactive)
(let* ((prompt (mu4e-format (or prompt "Search for: ")))
(expr
(read-string prompt
(if edit expr nil)
'mu4e~headers-search-hist)))
(expr
(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