Re: [PATCH] nmbug: ignore # comments
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 28 Mar 2016 07:14:12 +0000 (10:14 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:25 +0000 (16:21 -0700)
a0/e64f7a9e43542797bcf89ec471c1e7dbea933c [new file with mode: 0644]

diff --git a/a0/e64f7a9e43542797bcf89ec471c1e7dbea933c b/a0/e64f7a9e43542797bcf89ec471c1e7dbea933c
new file mode 100644 (file)
index 0000000..1b7652d
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4B0F96DE02CA\r
+ for <notmuch@notmuchmail.org>; Mon, 28 Mar 2016 00:13:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.628\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.628 tagged_above=-999 required=5 tests=[AWL=-0.024,\r
+  SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id Pnhv5huqcjwF for <notmuch@notmuchmail.org>;\r
+ Mon, 28 Mar 2016 00:13:49 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 456606DE0222\r
+ for <notmuch@notmuchmail.org>; Mon, 28 Mar 2016 00:13:47 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id E0EA11000CA;\r
+ Mon, 28 Mar 2016 10:14:12 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: "W. Trevor King" <wking@tremily.us>, David Bremner <david@tethera.net>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] nmbug: ignore # comments\r
+In-Reply-To: <20160327203811.GC23001@odin.tremily.us>\r
+References: <1459015043-8460-9-git-send-email-david@tethera.net>\r
+ <1459110311-23774-1-git-send-email-david@tethera.net>\r
+ <20160327203811.GC23001@odin.tremily.us>\r
+User-Agent: Notmuch/0.21+99~g7cbc880 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 28 Mar 2016 10:14:12 +0300\r
+Message-ID: <m2y493846z.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 28 Mar 2016 07:13:58 -0000\r
+\r
+On Sun, Mar 27 2016, "W. Trevor King" <wking@tremily.us> wrote:\r
+\r
+> On Sun, Mar 27, 2016 at 05:25:11PM -0300, David Bremner wrote:\r
+>>              for line in notmuch.stdout:\r
+>> +                if line.strip().startswith('#'):\r
+>> +                    continue\r
+>\r
+> Looks good to me.\r
+\r
+Me too. +1\r
+\r
+Tomi\r
+\r
+>\r
+> Cheers,\r
+> Trevor\r