* mu4e-headers.el: add history for search input, fix
mu4e-headers-search (interactive)
This commit is contained in:
@ -636,7 +636,9 @@ matching messages with that mark."
|
|||||||
'(("subject" nil :subject)
|
'(("subject" nil :subject)
|
||||||
("from" nil :from)
|
("from" nil :from)
|
||||||
("to" nil :to))))
|
("to" nil :to))))
|
||||||
(pattern (read-string "Regexp: ")))
|
(pattern (read-string
|
||||||
|
(mu4e-format "Regexp:")
|
||||||
|
nil 'mu4e~headers-regexp-hist)))
|
||||||
(mu4e-headers-for-each
|
(mu4e-headers-for-each
|
||||||
(lambda (msg)
|
(lambda (msg)
|
||||||
(let* ((do-mark) (value (mu4e-msg-field msg field)))
|
(let* ((do-mark) (value (mu4e-msg-field msg field)))
|
||||||
|
|||||||
Reference in New Issue
Block a user