From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4B0F96DE02CA for ; Mon, 28 Mar 2016 00:13:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.628 X-Spam-Level: X-Spam-Status: No, score=0.628 tagged_above=-999 required=5 tests=[AWL=-0.024, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pnhv5huqcjwF for ; Mon, 28 Mar 2016 00:13:49 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 456606DE0222 for ; Mon, 28 Mar 2016 00:13:47 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id E0EA11000CA; Mon, 28 Mar 2016 10:14:12 +0300 (EEST) From: Tomi Ollila To: "W. Trevor King" , David Bremner Cc: notmuch@notmuchmail.org Subject: Re: [PATCH] nmbug: ignore # comments In-Reply-To: <20160327203811.GC23001@odin.tremily.us> References: <1459015043-8460-9-git-send-email-david@tethera.net> <1459110311-23774-1-git-send-email-david@tethera.net> <20160327203811.GC23001@odin.tremily.us> User-Agent: Notmuch/0.21+99~g7cbc880 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 07:13:58 -0000 On Sun, Mar 27 2016, "W. Trevor King" 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