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

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

Date: Mon, 20 Feb 2023 09:16:11 -0400

To: Jose A. Ortega Ruiz

Cc: notmuch@notmuchmail.org

From: David Bremner


"Jose A. Ortega Ruiz" <jao@gnu.org> writes:

> 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

Applied to master, with that fix.

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

Thread: