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 5491F431FBD for ; Wed, 17 Oct 2012 08:29:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.7 X-Spam-Level: * X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 w-WAzx3rV6Rw for ; Wed, 17 Oct 2012 08:29:39 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DE913431FB6 for ; Wed, 17 Oct 2012 08:29:38 -0700 (PDT) Received: by mail-qc0-f181.google.com with SMTP id x40so6907021qcp.26 for ; Wed, 17 Oct 2012 08:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=0M7SFaix2SJ77frjLw1zy1SaomtGWp/ga+1WFZvOhcI=; b=od0KPKSioDxaV9ezmaC34xPosyT/jyS59bSNqhy3GJapw+HtoXY74VltH4KzUtxw8H 1MshGvazOFYnAX6GNkMDYOgplN5nGqmO7H0rMvG0d5NFqCFCdlGEvgfW5emvq5dtVKK6 AcVfrFs5qgZ40MG9b+ILETM3WTDCREo4h8arcJsaHVjUiFJmVHs+7j5817RtvKtL4f3H q7E+T7UFz7TDXM8nW9d5Rc6bnG5ZAFCUO1APoqEJXj3ehQMO0HWN7xhwfW0hJ5t6u51Y ZlSrCeBPPc3I368VzM3QbIBHzJZjyibU1rvodFNLZDDyF61Iw843hWa+q2gm9vgmcGu/ vxfA== Received: by 10.49.71.107 with SMTP id t11mr43989404qeu.13.1350487777070; Wed, 17 Oct 2012 08:29:37 -0700 (PDT) Received: from ben-laptop.hasb.physics.cns (physicsnat56.physics.umass.edu. [128.119.50.38]) by mx.google.com with ESMTPS id eq10sm13366039qab.0.2012.10.17.08.29.36 (version=SSLv3 cipher=OTHER); Wed, 17 Oct 2012 08:29:36 -0700 (PDT) From: Ben Gamari To: notmuch@notmuchmail.org Subject: [PATCH] notmuch compact support Date: Wed, 17 Oct 2012 11:28:54 -0400 Message-Id: <1350487737-32058-1-git-send-email-bgamari.foss@gmail.com> 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: Wed, 17 Oct 2012 15:29:39 -0000 Here is a new spin of my patchset introduced in late August (id:"1345476704-17091-1-git-send-email-bgamari.foss@gmail.com") adding a compact command to libnotmuch and the command line frontend. I believe the concerns raised in August have been addressed, but correct me if I'm wrong. Cheers, - Ben