Re: [PATCH v9] emacs: notmuch-tree-outline-mode

Subject: Re: [PATCH v9] emacs: notmuch-tree-outline-mode

Date: Mon, 26 Dec 2022 16:06:59 +0000

To: David Bremner

Cc: notmuch@notmuchmail.org

From: Jose A. Ortega Ruiz


On Mon, Dec 26 2022, David Bremner wrote:

> Amended by db: Copy docstring to manual and edit for presentation. Add
> two tests.

Thanks for the grunt work, David.  Just a comment on a sloppy comment of
mine below:

> --- a/emacs/notmuch-tree.el
> +++ b/emacs/notmuch-tree.el
> @@ -1014,7 +1014,10 @@ unchanged ADDRESS if parsing fails."
>  A message tree is another name for a single sub-thread: i.e., a
>  message together with all its descendents."
>    (let ((msg (car tree))
> -	(replies (cadr tree)))
> +	(replies (cadr tree))
> +	;; outline level, computed from the message's depth and
> +	;; wether or not it's the first message in the tree.

typo: whether

Cheers,
jao
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: