From: David Bremner Date: Mon, 28 Mar 2016 12:33:57 +0000 (+2100) Subject: Re: [PATCH] nmbug: ignore # comments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0e0fb89670c925a0daf151a01c9fe5b7ff5ff06;p=notmuch-archives.git Re: [PATCH] nmbug: ignore # comments --- diff --git a/d3/aff1b7ef8b859a2815f54f8aba7e863e209d2e b/d3/aff1b7ef8b859a2815f54f8aba7e863e209d2e new file mode 100644 index 000000000..5c4eee17c --- /dev/null +++ b/d3/aff1b7ef8b859a2815f54f8aba7e863e209d2e @@ -0,0 +1,62 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 16D326DE02CB + for ; Mon, 28 Mar 2016 05:34:10 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.021 +X-Spam-Level: +X-Spam-Status: No, score=-0.021 tagged_above=-999 required=5 + tests=[AWL=-0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 tDOW6-KR80_c for ; + Mon, 28 Mar 2016 05:34:01 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 64C996DE0222 + for ; Mon, 28 Mar 2016 05:34:01 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1akWNO-0006DG-Sw; Mon, 28 Mar 2016 08:34:34 -0400 +Received: (nullmailer pid 27965 invoked by uid 1000); + Mon, 28 Mar 2016 12:33:57 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] nmbug: ignore # comments +In-Reply-To: <1459110311-23774-1-git-send-email-david@tethera.net> +References: <1459015043-8460-9-git-send-email-david@tethera.net> + <1459110311-23774-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.21+109~g9d467d4 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 28 Mar 2016 09:33:57 -0300 +Message-ID: <87lh52wzm2.fsf@maritornes.cs.unb.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 12:34:10 -0000 + +David Bremner writes: + +> Lines starting with # have always (for a long time, anyway) been ignored +> by notmuch-restore, but have not been generated by notmuch-dump +> previously. In order to make nmbug robust against such output, ignore +> comment lines. +> --- + +pushed. + +d