emacs: have notmuch-search-archive-thread use -next-thread function

Use this standard function, to keep thread navigation in one place.
This commit is contained in:
Jameson Graef Rollins 2012-01-17 10:54:26 -08:00 committed by David Bremner
parent 08b3b0f37f
commit 4ba787bca2

View 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.")