Unread handling

William Casarin jb55 at jb55.com
Tue Nov 12 07:58:52 PST 2019


Teemu Likonen <tlikonen at 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


More information about the notmuch mailing list