diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index e137c023..32362351 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1529,7 +1529,7 @@ window. " "Rerun the search for the last search expression." (interactive) ;; if possible, try to return to the same message - (let* ((msg (mu4e-message-at-point)) + (let* ((msg (mu4e-message-at-point t)) (msgid (and msg (mu4e-message-field msg :message-id)))) (mu4e-headers-search mu4e~headers-last-query nil nil t msgid)))