mu4e: move search functionality to mu4e-search

Move out of mu4e-headers; rename variables and callers.
This commit is contained in:
Dirk-Jan C. Binnema
2022-12-31 12:43:08 +02:00
parent 7fa8fe9165
commit b7b97212ce
8 changed files with 166 additions and 151 deletions

View File

@ -248,8 +248,7 @@ This function uses `mu4e-compose-cite-function', and as such all
its settings apply."
(with-temp-buffer
(when (fboundp 'mu4e-view-message-text) ;; keep bytecompiler happy
(let ((mu4e-view-date-format "%Y-%m-%dT%T%z"))
(insert (mu4e-view-message-text msg)))
(insert (mu4e-view-message-text msg))
(message-yank-original)
(goto-char (point-min))
(push-mark (point-max))