Re: Unread handling

Subject: Re: Unread handling

Date: Tue, 12 Nov 2019 07:58:52 -0800

To: Teemu Likonen, David Edmondson, Johan Parin

Cc: notmuch@notmuchmail.org

From: William Casarin


Teemu Likonen <tlikonen@iki.fi> writes:

> Teemu Likonen [2019-11-12T16:54:35+02] wrote:
>
>> But indeed, a command like "notmuch-search-show-thread-tree" (M-RET,
>> C-u RET, C-RET...) would be useful: open current thread directly in
>> tree view and with current search terms.
>
> But that is already there (without keybinding):
>
>     (defun notmuch-tree-from-search-thread ()
>       "Show the selected thread with notmuch-tree"
>       (interactive)
>       (notmuch-tree (notmuch-search-find-thread-id)
>                     notmuch-search-query-string
>                     nil
>                     (notmuch-prettify-subject (notmuch-search-find-subject))
>                     t))

oh!! This is exactly what I was looking for. Just need to bind this.

Thanks,
Will
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: