Re: [PATCH] emacs: bind M-RET to notmuch-tree-from-search-thread

2019-12-03 Thread David Bremner
William Casarin  writes:

> This is an unbound function that is quite useful. It opens a selected
> thread in notmuch-tree from the current search query.
>
> Signed-off-by: William Casarin 

merged to master.

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


Re: [PATCH] emacs: bind M-RET to notmuch-tree-from-search-thread

2019-11-20 Thread Daniel Kahn Gillmor
On Wed 2019-11-13 14:57:52 -0800, William Casarin wrote:
> This is an unbound function that is quite useful. It opens a selected
> thread in notmuch-tree from the current search query.
>
> Signed-off-by: William Casarin 
>
> ---
>
> This is a simpler alternative to id:20191113080004.32214-1-j...@jb55.com
>
>  emacs/notmuch.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index 773d1206..0d68d123 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -188,6 +188,7 @@ there will be called at other points of notmuch 
> execution."
>  (define-key map "-" 'notmuch-search-remove-tag)
>  (define-key map "+" 'notmuch-search-add-tag)
>  (define-key map (kbd "RET") 'notmuch-search-show-thread)
> +(define-key map (kbd "M-RET") 'notmuch-tree-from-search-thread)
>  (define-key map "Z" 'notmuch-tree-from-search-current-query)
>  map)
>"Keymap for \"notmuch search\" buffers.")
>

LGTM.

Thanks for suggesting this.

   --dkg


signature.asc
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] emacs: bind M-RET to notmuch-tree-from-search-thread

2019-11-13 Thread Teemu Likonen
William Casarin [2019-11-13T14:57:52-08] wrote:

> This is an unbound function that is quite useful. It opens a selected
> thread in notmuch-tree from the current search query.
>
> Signed-off-by: William Casarin 

Liked-and-Already-Used-by: Teemu Likonen 

-- 
///  OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450
//  https://keys.openpgp.org/search?q=tliko...@iki.fi
/  https://keybase.io/tlikonen  https://github.com/tlikonen


signature.asc
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch