]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
Use 'forward-line' instead of 'next-line' while walking search display
[notmuch] / notmuch.el
index cf18c95f6f55124dc04ccbf976c425d047ac02ba..8894a8e194716f444489b1676c3630c545c82c95 100644 (file)
@@ -791,7 +791,7 @@ global search.
     (goto-char (point-min))
     (while (not (eobp))
       (notmuch-search-markup-this-thread-id)
-      (next-line))))
+      (forward-line))))
 
 (defun notmuch-search-show-thread ()
   (interactive)