From: David Bremner Date: Sat, 5 Apr 2014 16:26:37 +0000 (+2100) Subject: Re: [PATCH v5 1/2] lib: drop support for single-message mbox files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=499ee97459a16e20bd63eed5695a3a6b4de8b51e;p=notmuch-archives.git Re: [PATCH v5 1/2] lib: drop support for single-message mbox files --- diff --git a/7d/3ce0f02762070ba88945ed191d10dcfd6826d6 b/7d/3ce0f02762070ba88945ed191d10dcfd6826d6 new file mode 100644 index 000000000..07371d7de --- /dev/null +++ b/7d/3ce0f02762070ba88945ed191d10dcfd6826d6 @@ -0,0 +1,63 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 3ADA7431FC7 + for ; Sat, 5 Apr 2014 09:28:42 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id PJ6INQajSxcF for ; + Sat, 5 Apr 2014 09:28:40 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 750F8431FC0 + for ; Sat, 5 Apr 2014 09:28:40 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WWTQi-0008Cz-Tr; Sat, 05 Apr 2014 16:26:52 +0000 +Received: (nullmailer pid 7160 invoked by uid 1000); Sat, 05 Apr 2014 + 16:26:37 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v5 1/2] lib: drop support for single-message mbox files +In-Reply-To: + <657fe62a36d8f6a0b8464f191c2adc95d00de183.1396214154.git.jani@nikula.org> +References: + <657fe62a36d8f6a0b8464f191c2adc95d00de183.1396214154.git.jani@nikula.org> +User-Agent: Notmuch/0.17+170~gf516b7c (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 05 Apr 2014 13:26:37 -0300 +Message-ID: <87fvlr214y.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Sat, 05 Apr 2014 16:28:42 -0000 + +Jani Nikula writes: + +> We've supported mbox files containing a single message for historical +> reasons, but the support has been deprecated, with a warning message +> while indexing, since Notmuch 0.15. Finally drop the support, and +> consider all mbox files non-email. + +series pushed. + +d