From: Tomi Ollila Date: Fri, 24 Jan 2014 09:26:37 +0000 (+0200) Subject: Re: [PATCH 1/2] notmuch dump: default to batch-tag format. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27461d5fc7eeda265adc7ba8fc572062ee46bad9;p=notmuch-archives.git Re: [PATCH 1/2] notmuch dump: default to batch-tag format. --- diff --git a/c9/0350c2ca70b007ddbcb77b58de42e85bdfa2e3 b/c9/0350c2ca70b007ddbcb77b58de42e85bdfa2e3 new file mode 100644 index 000000000..abaf9e742 --- /dev/null +++ b/c9/0350c2ca70b007ddbcb77b58de42e85bdfa2e3 @@ -0,0 +1,60 @@ +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 AC778431FB6 + for ; Fri, 24 Jan 2014 01:26:50 -0800 (PST) +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 8n5x8s5ivZ5C for ; + Fri, 24 Jan 2014 01:26:44 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 5EA1F431FAF + for ; Fri, 24 Jan 2014 01:26:44 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 4F7CD1000B3; + Fri, 24 Jan 2014 11:26:37 +0200 (EET) +From: Tomi Ollila +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] notmuch dump: default to batch-tag format. +In-Reply-To: <1390482167-10473-1-git-send-email-david@tethera.net> +References: + <1390482167-10473-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.17+41~g8e7fabf (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.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: Fri, 24 Jan 2014 09:26:50 -0000 + +On Thu, Jan 23 2014, David Bremner wrote: + +> Although we didn't formally deprecate the old format, the new one has +> been available for a year. +> --- + +These 2 patches LGTM +1 + +Tomi