Re: [PATCH 1/2] emacs: If archiving the last message in a thread, show the next thread.

Subject: Re: [PATCH 1/2] emacs: If archiving the last message in a thread, show the next thread.

Date: Tue, 31 Jan 2012 12:09:01 +0400

To: David Edmondson, notmuch@notmuchmail.org

Cc:

From: Dmitry Kurochkin


On Tue, 31 Jan 2012 08:01:53 +0000, David Edmondson <dme@dme.org> wrote:
> When archiving the last message in a thread (a), rather than just
> moving the pointer to the next thread in the parent search buffer,
> actually display the next thread.
> ---

+1

Regards,
  Dmitry

>  emacs/notmuch-show.el |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
> index de9421e..ec72ff8 100644
> --- a/emacs/notmuch-show.el
> +++ b/emacs/notmuch-show.el
> @@ -1427,7 +1427,7 @@ buffer."
>  	  (notmuch-show-mark-read)
>  	  (notmuch-show-message-adjust))
>        (if pop-at-end
> -	  (notmuch-show-next-thread)
> +	  (notmuch-show-next-thread t)
>  	(goto-char (point-max))))))
>  
>  (defun notmuch-show-previous-open-message ()
> -- 
> 1.7.8.3
> 
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: