From: David Bremner Date: Sun, 30 Mar 2014 17:31:37 +0000 (+2100) Subject: v4 gzipped dump/restore X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03c086e59657197926a73d78f1d2af7e55de8fd3;p=notmuch-archives.git v4 gzipped dump/restore --- diff --git a/99/bf60c69163397dd4a6cbc363fffe1908d5fc59 b/99/bf60c69163397dd4a6cbc363fffe1908d5fc59 new file mode 100644 index 000000000..562f200c7 --- /dev/null +++ b/99/bf60c69163397dd4a6cbc363fffe1908d5fc59 @@ -0,0 +1,57 @@ +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 A71D5431FC0 + for ; Sun, 30 Mar 2014 10:31:59 -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 iKSFaRlD0kwU for ; + Sun, 30 Mar 2014 10:31:53 -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 56F22431FB6 + for ; Sun, 30 Mar 2014 10:31:53 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) id 1WUJaF-0004A7-B3 + for notmuch@notmuchmail.org; Sun, 30 Mar 2014 14:31:47 -0300 +Received: (nullmailer pid 29595 invoked by uid 1000); Sun, 30 Mar 2014 + 17:31:43 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: v4 gzipped dump/restore +Date: Sun, 30 Mar 2014 14:31:37 -0300 +Message-Id: <1396200700-29361-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.0 +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: Sun, 30 Mar 2014 17:31:59 -0000 + +This supercedes the series at + + id:1396056046-2247-1-git-send-email-david@tethera.net + +Since the last version posted there, I did the latest round of style +fixes from Tomi, and modified the API of gz_readline to return a +status code. + +In the future I'd like to unify the HEX_* codes with the new enum defined +in util.h. It might also be good to document util.h a bit. +