From 9802ae9dc8e540c81d1daf0d169bb8b29f030822 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 30 Jan 2021 12:40:00 +0200 Subject: [PATCH] mu4e-headers: jump to message _outside_ save-excursion Fixes: #1889. --- mu4e/mu4e-headers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 0eab7cee..e3b07fb3 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -823,7 +823,7 @@ after the end of the search results." render-time-ms (/ render-time-ms count))))) (insert (propertize str 'face 'mu4e-system-face 'intangible t)) (unless (zerop count) - (mu4e-message "%s" msg)) + (mu4e-message "%s" msg)))) ;; if we need to jump to some specific message, do so now (goto-char (point-min)) @@ -841,7 +841,7 @@ after the end of the search results." (when (mu4e~headers-docid-at-point) (mu4e~headers-highlight (mu4e~headers-docid-at-point))))) ;; run-hooks - (run-hooks 'mu4e-headers-found-hook)))) + (run-hooks 'mu4e-headers-found-hook)) ;;; Marking