From e24c6112563b3d8ce136316bbf2dca68c35f1227 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 3 Oct 2013 16:30:45 +2000 Subject: [PATCH] [PATCH] notmuch compact support (v4) --- 79/71d5aced188d6dc8261535f18091aaa20ecbb4 | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 79/71d5aced188d6dc8261535f18091aaa20ecbb4 diff --git a/79/71d5aced188d6dc8261535f18091aaa20ecbb4 b/79/71d5aced188d6dc8261535f18091aaa20ecbb4 new file mode 100644 index 000000000..e04e4d8a0 --- /dev/null +++ b/79/71d5aced188d6dc8261535f18091aaa20ecbb4 @@ -0,0 +1,68 @@ +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 428CE431FD8 + for ; Wed, 2 Oct 2013 13:31:05 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 i8z5OO7v79Kn for ; + Wed, 2 Oct 2013 13:30:59 -0700 (PDT) +Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com + [209.85.216.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DE331431FCF + for ; Wed, 2 Oct 2013 13:30:58 -0700 (PDT) +Received: by mail-qc0-f180.google.com with SMTP id p19so951121qcv.11 + for ; Wed, 02 Oct 2013 13:30:57 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:message-id; + bh=ArKfp3xatjFN6V+EFVOLScw63QBVNqh0NrI5Ty92DRk=; + b=a3BZZtnwD98cY+kaGME1tM4Qrs9kecY2TNZFg8TXNnZqz5x5UXaz8HENVWmVsCTKzE + 01YcKGGJQlkXgmM8HSi4JltJCsEiBj3TIrh88R0lrejPZ9eXiYw/H1yojyKynNzrsWI1 + rm+rDagmO1syuj0/KeqJRMdG2Nyyi7koomqr/O0aBVeukSU1O4qmnNhdoTkgQOjfsbXt + Af0lCZpyTqim9t81wCmJKi+E8MGDdfHjPOCoWKT+tE8CMgMEdu11DTvEKkMeZ19rUyDu + IIn7CoDa0fGlLCI+Kgb3r6W3l1xqgEEnImtvOpcmn559OQEG7FuagArSFLnBHoBFZ8Ee + 90Yw== +X-Received: by 10.224.74.67 with SMTP id t3mr3662083qaj.124.1380745856862; + Wed, 02 Oct 2013 13:30:56 -0700 (PDT) +Received: from ben-laptop.hasb.physics.cns (gamari.physics.umass.edu. + [128.119.56.223]) + by mx.google.com with ESMTPSA id fx6sm5946200qeb.1.1969.12.31.16.00.00 + (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Wed, 02 Oct 2013 13:30:56 -0700 (PDT) +From: Ben Gamari +To: notmuch@notmuchmail.org +Subject: [PATCH] notmuch compact support (v4) +Date: Wed, 2 Oct 2013 16:30:45 -0400 +Message-Id: <1380745848-4972-1-git-send-email-bgamari.foss@gmail.com> +X-Mailer: git-send-email 1.8.1.2 +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: Wed, 02 Oct 2013 20:31:05 -0000 + + +Here is yet another iteration of my "notmuch compact" patchset. It has been +rebased on top of master and the interface reworked as suggested by Jani. + +Cheers, + +- Ben + -- 2.26.2