--- /dev/null
+Return-Path: <aclements@csail.mit.edu>\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 7976A431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 3 Oct 2014 10:00:45 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_MED=-2.3] 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 Xcd-bTBP4w+A for <notmuch@notmuchmail.org>;\r
+ Fri, 3 Oct 2014 10:00:38 -0700 (PDT)\r
+Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149])\r
+ by olra.theworths.org (Postfix) with ESMTP id 5A92F431FBC\r
+ for <notmuch@notmuchmail.org>; Fri, 3 Oct 2014 10:00:38 -0700 (PDT)\r
+Received: from [104.131.20.129] (helo=awakeningjr)\r
+ by outgoing.csail.mit.edu with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16)\r
+ (Exim 4.72) (envelope-from <aclements@csail.mit.edu>)\r
+ id 1Xa6Dd-0000IH-4H; Fri, 03 Oct 2014 13:00:37 -0400\r
+Received: from amthrax by awakeningjr with local (Exim 4.84)\r
+ (envelope-from <aclements@csail.mit.edu>)\r
+ id 1Xa6Dc-0004Br-JG; Fri, 03 Oct 2014 13:00:36 -0400\r
+From: Austin Clements <aclements@csail.mit.edu>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] test: Port atomicity test to Python\r
+In-Reply-To: <1412355483-7670-1-git-send-email-aclements@csail.mit.edu>\r
+References: <1412355483-7670-1-git-send-email-aclements@csail.mit.edu>\r
+User-Agent: Notmuch/0.18.1+86~gef5e66a (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 03 Oct 2014 13:00:36 -0400\r
+Message-ID: <874mvldr63.fsf@csail.mit.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Fri, 03 Oct 2014 17:00:45 -0000\r
+\r
+On Fri, 03 Oct 2014, Austin Clements <aclements@csail.mit.edu> wrote:\r
+> Previously, this was implemented using a horrible GDB script (because\r
+> there is no such thing as a non-horrible GDB script). This GDB script\r
+> often broke with newer versions of GDB for mysterious reasons. Port\r
+> the test script to GDB's Python API, which makes the code much cleaner\r
+> and, hopefully, more stable.\r
+> ---\r
+>\r
+> Hi Amadeusz. Does this patch fix the problem for you? I don't have\r
+> GDB 7.8, so I can't test against it, but the Python interface is less\r
+> fragile than the GDB scripting language. (Even if this doesn't fix\r
+> your problem, I think we should switch to the Python interface.)\r
+\r
+Oops. I meant this to be a reply to\r
+id:87sijovhuf.fsf@freja.aidecoe.name. Sorry for any confusion.\r