* [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function
@ 2012-01-17 18:54 Jameson Graef Rollins
2012-01-17 20:15 ` Aaron Ecay
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jameson Graef Rollins @ 2012-01-17 18:54 UTC (permalink / raw)
To: Notmuch Mail
Use this standard function, to keep thread navigation in one place.
---
emacs/notmuch.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index ef4dcc7..e4bca51 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -617,7 +617,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.")
--
1.7.7.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function
2012-01-17 18:54 [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function Jameson Graef Rollins
@ 2012-01-17 20:15 ` Aaron Ecay
2012-01-25 0:44 ` Pieter Praet
2012-01-25 11:36 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: Aaron Ecay @ 2012-01-17 20:15 UTC (permalink / raw)
To: Jameson Graef Rollins, Notmuch Mail
+1
--
Aaron Ecay
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function
2012-01-17 18:54 [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function Jameson Graef Rollins
2012-01-17 20:15 ` Aaron Ecay
@ 2012-01-25 0:44 ` Pieter Praet
2012-01-25 11:36 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: Pieter Praet @ 2012-01-25 0:44 UTC (permalink / raw)
To: Jameson Graef Rollins, Notmuch Mail
On Tue, 17 Jan 2012 10:54:26 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:
> Use this standard function, to keep thread navigation in one place.
> ---
+1
Peace
--
Pieter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function
2012-01-17 18:54 [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function Jameson Graef Rollins
2012-01-17 20:15 ` Aaron Ecay
2012-01-25 0:44 ` Pieter Praet
@ 2012-01-25 11:36 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2012-01-25 11:36 UTC (permalink / raw)
To: Jameson Graef Rollins, Notmuch Mail
On Tue, 17 Jan 2012 10:54:26 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:
> Use this standard function, to keep thread navigation in one place.
pushed
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-25 11:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 18:54 [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function Jameson Graef Rollins
2012-01-17 20:15 ` Aaron Ecay
2012-01-25 0:44 ` Pieter Praet
2012-01-25 11:36 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).