mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
08b3b0f37f
commit
4ba787bca2
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue