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