"Jose A. Ortega Ruiz" <j...@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-le...@notmuchmail.org

Reply via email to