aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-01-17 10:54:26 -0800
committerGravatar David Bremner <bremner@debian.org>2012-01-25 07:17:12 -0400
commit4ba787bca2ce668d9c8c3465436d9f581461738c (patch)
tree79f1606cda663aaa5de002b0866dc46c28afbbe4 /emacs/notmuch.el
parent08b3b0f37f73922d84943fe27a36e1964266c674 (diff)
emacs: have notmuch-search-archive-thread use -next-thread function
Use this standard function, to keep thread navigation in one place.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
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.")