From: Jameson Graef Rollins Date: Tue, 17 Jan 2012 18:54:26 +0000 (-0800) Subject: emacs: have notmuch-search-archive-thread use -next-thread function X-Git-Tag: debian/0.12_rc1-1~164 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4ba787bca2ce668d9c8c3465436d9f581461738c emacs: have notmuch-search-archive-thread use -next-thread function Use this standard function, to keep thread navigation in one place. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 6b2c2528..3ec0816e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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.")