random corpus generator, v3
authordavid <david@tethera.net>
Sun, 19 Aug 2012 13:18:28 +0000 (15:18 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:07 +0000 (09:49 -0800)
76/f448e798858d23c0a5d2ad5005667cc44861f1 [new file with mode: 0644]

diff --git a/76/f448e798858d23c0a5d2ad5005667cc44861f1 b/76/f448e798858d23c0a5d2ad5005667cc44861f1
new file mode 100644 (file)
index 0000000..1eb4ee8
--- /dev/null
@@ -0,0 +1,61 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\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 81965431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 20 Aug 2012 00:18:01 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 o2VIU9IVWHA5 for <notmuch@notmuchmail.org>;\r
+       Mon, 20 Aug 2012 00:18:01 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 084DF431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 20 Aug 2012 00:18:00 -0700 (PDT)\r
+Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72)\r
+       (envelope-from <bremner@tesseract.cs.unb.ca>) id 1T3MFK-0002EE-01\r
+       for notmuch@notmuchmail.org; Mon, 20 Aug 2012 04:17:58 -0300\r
+Received: (nullmailer pid 7714 invoked by uid 1000);\r
+       Sun, 19 Aug 2012 13:18:51 -0000\r
+From: david@tethera.net\r
+To: notmuch@notmuchmail.org\r
+Subject: random corpus generator, v3\r
+Date: Sun, 19 Aug 2012 15:18:28 +0200\r
+Message-Id: <1345382314-5330-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 1.7.10.4\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: Mon, 20 Aug 2012 07:18:01 -0000\r
+\r
+This obsoletes the series at:\r
+\r
+     id:"1344888831-4301-1-git-send-email-bremner@debian.org"\r
+\r
+Changes since v2:\r
+\r
+- clean up new test-binaries and objects\r
+\r
+- remove the "set -o pipefail" leftover from debugging.  Possibly this\r
+  makes sense as a global setting, but in a seperate patch.\r
+\r
+- add hex-escape to test/basic\r
+\r
+- rebase against updated master.\r
+\r