diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 4663e1c6..62d409a1 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1846,7 +1846,8 @@ docid. Otherwise, return nil." (cl-flet ((goto-next-line (arg) (condition-case _err - (and (line-move arg) 0) + (and (let (line-move-visual) + (line-move arg)) 0) ((beginning-of-buffer end-of-buffer) 1)))) (let* ((_succeeded (zerop (goto-next-line lines)))