mu4e: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2020-12-06 13:00:35 +02:00
parent 0ebf456612
commit aba0ab3629
2 changed files with 3 additions and 2 deletions

View File

@ -807,12 +807,10 @@ if provided, or at the end of the buffer otherwise."
(defun mu4e~headers-found-handler (count)
"Create a one line description of the number of headers found
after the end of the search results."
(when mu4e~headers-render-start ;; for benchmarking.
(setq mu4e~headers-render-time
(- (float-time) mu4e~headers-render-start)
mu4e~headers-render-start nil))
(message "%S" mu4e~headers-render-time)
(when (buffer-live-p (mu4e-get-headers-buffer))
(with-current-buffer (mu4e-get-headers-buffer)
(save-excursion

View File

@ -48,10 +48,13 @@
(declare-function mu4e-message-field-at-point "mu4e-proc")
(declare-function mu4e~proc-running-p "mu4e-proc")
(declare-function mu4e~main-view "mu4e-main")
(declare-function mu4e~context-autoswitch "mu4e-context")
(declare-function mu4e-context-determine "mu4e-context")
(declare-function mu4e-context-vars "mu4e-context")
(declare-function mu4e-context-current "mu4e-context")
(declare-function show-all "org")
;;; Various