message properties patches, v1.0
authorDavid Bremner <david@tethera.net>
Mon, 13 Jun 2016 01:05:47 +0000 (22:05 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:04 +0000 (16:22 -0700)
ea/117ff9c26d2af3049e63e09a4c8f1dbca2c536 [new file with mode: 0644]

diff --git a/ea/117ff9c26d2af3049e63e09a4c8f1dbca2c536 b/ea/117ff9c26d2af3049e63e09a4c8f1dbca2c536
new file mode 100644 (file)
index 0000000..dba773e
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 6C3B16DE0350\r
+ for <notmuch@notmuchmail.org>; Sun, 12 Jun 2016 18:06:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.011\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5\r
+ tests=[AWL=-0.000, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id EarT41JJPYrJ for <notmuch@notmuchmail.org>;\r
+ Sun, 12 Jun 2016 18:06:16 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id C12326DE0127\r
+ for <notmuch@notmuchmail.org>; Sun, 12 Jun 2016 18:06:08 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>) id 1bCGK8-0003wR-6n\r
+ for notmuch@notmuchmail.org; Sun, 12 Jun 2016 21:05:52 -0400\r
+Received: (nullmailer pid 5663 invoked by uid 1000);\r
+ Mon, 13 Jun 2016 01:06:04 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: message properties patches, v1.0\r
+Date: Sun, 12 Jun 2016 22:05:47 -0300\r
+Message-Id: <1465779955-5539-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.8.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 13 Jun 2016 01:06:24 -0000\r
+\r
+There have been two rounds of RFC/WIP\r
+\r
+      id:1463927339-5441-1-git-send-email-david@tethera.net\r
+      id:1464608999-14774-1-git-send-email-david@tethera.net\r
+\r
+This is the first feature complete version, and (compared to the\r
+previous one) includes docs, more tests, and dump/restore support.\r
+\r
+There is one notable API change: I added a convenience function to\r
+remove all tags. More importantly I adjusted the memory semantics of\r
+the iterators so that the underlying map objects are kept alive. This\r
+is the same issue alread present in the tag iterator code; when the\r
+message metadata cache is invalidated, we don't want the iterator to\r
+start segfaulting, otherwise the iterators are effectively read-only.\r