Re: [PATCH] nmbug: ignore # comments

Subject: Re: [PATCH] nmbug: ignore # comments

Date: Mon, 28 Mar 2016 10:14:12 +0300

To: W. Trevor King, David Bremner

Cc: notmuch@notmuchmail.org

From: Tomi Ollila


On Sun, Mar 27 2016, "W. Trevor King" <wking@tremily.us> wrote:

> On Sun, Mar 27, 2016 at 05:25:11PM -0300, David Bremner wrote:
>>              for line in notmuch.stdout:
>> +                if line.strip().startswith('#'):
>> +                    continue
>
> Looks good to me.

Me too. +1

Tomi

>
> Cheers,
> Trevor

Thread: