[PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-25 Thread David Bremner
On Tue, 17 Jan 2012 10:54:26 -0800, Jameson Graef Rollins  wrote:
> Use this standard function, to keep thread navigation in one place.

pushed


[PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-25 Thread Pieter Praet
On Tue, 17 Jan 2012 10:54:26 -0800, Jameson Graef Rollins  wrote:
> Use this standard function, to keep thread navigation in one place.
> ---

+1


Peace

-- 
Pieter


Re: [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-25 Thread David Bremner
On Tue, 17 Jan 2012 10:54:26 -0800, Jameson Graef Rollins 
jroll...@finestructure.net wrote:
 Use this standard function, to keep thread navigation in one place.

pushed
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-17 Thread Aaron Ecay
+1

-- 
Aaron Ecay


[PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-17 Thread Jameson Graef Rollins
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



[PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-17 Thread Jameson Graef Rollins
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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] emacs: have notmuch-search-archive-thread use -next-thread function

2012-01-17 Thread Aaron Ecay
+1

-- 
Aaron Ecay
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch