Re: Unread handling

Subject: Re: Unread handling

Date: Tue, 12 Nov 2019 17:11:25 +0200

To: William Casarin, David Edmondson, Johan Parin

Cc: notmuch@notmuchmail.org

From: Teemu Likonen


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))

-- 
///  OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450
//  https://keys.openpgp.org/search?q=tlikonen@iki.fi
/  https://keybase.io/tlikonen  https://github.com/tlikonen
signature.asc (application/pgp-signature)
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: