]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: have notmuch-search-archive-thread use -next-thread function
[notmuch] / emacs / notmuch.el
index 6b2c25285abcf05cd8375f8a720476fba597d69b..3ec0816ef79ef7765999c8d757dfa88761390059 100644 (file)
@@ -625,7 +625,7 @@ thread or threads in the current region."
 This function advances the next thread when finished."
   (interactive)
   (notmuch-search-remove-tag-thread "inbox")
-  (forward-line))
+  (notmuch-search-next-thread))
 
 (defvar notmuch-search-process-filter-data nil
   "Data that has not yet been processed.")