--- /dev/null
+Return-Path: <ethan.glasser.camp@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id BC45D431FAF\r
+ for <notmuch@notmuchmail.org>; Sat, 17 Nov 2012 07:49:57 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id cVAJNX5TEr8R for <notmuch@notmuchmail.org>;\r
+ Sat, 17 Nov 2012 07:49:57 -0800 (PST)\r
+Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com\r
+ [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 24F42431FAE\r
+ for <notmuch@notmuchmail.org>; Sat, 17 Nov 2012 07:49:57 -0800 (PST)\r
+Received: by mail-qc0-f181.google.com with SMTP id x40so2629135qcp.26\r
+ for <notmuch@notmuchmail.org>; Sat, 17 Nov 2012 07:49:56 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:in-reply-to:references:user-agent:date\r
+ :message-id:mime-version:content-type;\r
+ bh=dsVbcScMF9Nd3NqmcyYJXgYN92NE/V3wmAWjE8+pQfY=;\r
+ b=hMg5NfPoL/LMSNdCdgOYSLDXbzmesgXTQdSwGA9ErQ1JUmxvA3FFLIJoroHAT7hZ+0\r
+ AU9Uu4upbEaGMkmv6yxqj6KNkzo2CyMYpdw/BftvKacDcc1swd2om/k9Os6+FP7cz0zC\r
+ 99rzD7GV4Zmb7voSpoxFgWwVPCkxvvZ1PUiW3O+J/xSy6rd06HDess+1J8bPtFaUl8Qg\r
+ raSwl+EqVu+zS7Odj0nzwXGaTMFoXmJ1vKWMkhhsC8KSQg7HmNKxxeE1n6CEFRW5VQ13\r
+ TpcXgjTC0MaldHIpSsPUQ1nVxAmoh0MqR5AGaNi7yo/PMjVimuRzFELQVZOxzhXQuPjG\r
+ fNSg==\r
+Received: by 10.49.28.168 with SMTP id c8mr8344803qeh.62.1353167395618;\r
+ Sat, 17 Nov 2012 07:49:55 -0800 (PST)\r
+Received: from smtp.gmail.com ([66.114.71.21])\r
+ by mx.google.com with ESMTPS id r13sm3071233qaa.20.2012.11.17.07.49.53\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Sat, 17 Nov 2012 07:49:54 -0800 (PST)\r
+From: Ethan Glasser-Camp <ethan.glasser.camp@gmail.com>\r
+To: david@tethera.net, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] test: add nontrivial test for restore --accumulate.\r
+In-Reply-To: <1353162631-7947-2-git-send-email-david@tethera.net>\r
+References: <8762552dre.fsf@betacantrips.com>\r
+ <1353162631-7947-1-git-send-email-david@tethera.net>\r
+ <1353162631-7947-2-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/24.1.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 17 Nov 2012 10:49:53 -0500\r
+Message-ID: <8739082pr2.fsf@betacantrips.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: David Bremner <bremner@debian.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 17 Nov 2012 15:49:57 -0000\r
+\r
+david@tethera.net writes:\r
+\r
+> From: David Bremner <bremner@debian.org>\r
+>\r
+> It seems we have never tested the case that restore --accumulate\r
+> actually adds tags. I noticed this when I started optimizing and no\r
+> tests failed.\r
+>\r
+> The bracketing with "restore --input=dump.expected" are to make sure\r
+> we start in a known state, and we leave the database in a known state\r
+> for the next test.\r
+\r
+OK, these LGTM.\r
+\r
+Ethan\r