From: David Bremner Date: Sat, 29 Mar 2014 18:16:29 +0000 (+2100) Subject: (no commit message) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6dc099833ea944b57d68204c16e9b34d3e6a6e67;p=notmuch-archives.git --- diff --git a/21/72eafb9a345fac327ee0b95ceebf5ced3363aa b/21/72eafb9a345fac327ee0b95ceebf5ced3363aa new file mode 100644 index 000000000..d367e617c --- /dev/null +++ b/21/72eafb9a345fac327ee0b95ceebf5ced3363aa @@ -0,0 +1,55 @@ +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 0D7E7431FBD + for ; Sat, 29 Mar 2014 11:17:00 -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 udNY6i-uws75 for ; + Sat, 29 Mar 2014 11:16:56 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 43DEB431FC0 + for ; Sat, 29 Mar 2014 11:16:50 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) id 1WTxoA-0007wQ-6J + for notmuch@notmuchmail.org; Sat, 29 Mar 2014 15:16:42 -0300 +Received: (nullmailer pid 29811 invoked by uid 1000); Sat, 29 Mar 2014 + 18:16:38 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: +Date: Sat, 29 Mar 2014 15:16:29 -0300 +Message-Id: <1396116992-29640-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.0 +In-Reply-To: <1396100785-8744-1-git-send-email-david@tethera.net> +References: <1396100785-8744-1-git-send-email-david@tethera.net> +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: Sat, 29 Mar 2014 18:17:00 -0000 + + +The first patch has been revised according to comments from Jani and +Tomi on IRC. The next two are completely new. They pass the existing +tests, but they should probably get a skeptical eye, particularly the +implementation of gzreadline, since it's hard to know how well +existing tests exercise that code. +