diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index fb36cd9d..0353f487 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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 diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 7455bb7f..4bb9268f 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -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