Allow indexing cleartext of encrypted messages (v4)
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 8 Jul 2016 09:27:11 +0000 (11:27 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:11 +0000 (16:22 -0700)
f8/996d6c3c4a361b1782e5b3785fd936362d404a [new file with mode: 0644]

diff --git a/f8/996d6c3c4a361b1782e5b3785fd936362d404a b/f8/996d6c3c4a361b1782e5b3785fd936362d404a
new file mode 100644 (file)
index 0000000..d6946cc
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <dkg@fifthhorseman.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 D16D06DE015B\r
+ for <notmuch@notmuchmail.org>; Fri,  8 Jul 2016 03:13:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.179\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.179 tagged_above=-999 required=5 tests=[AWL=0.179]\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 G6Km2kOlSTAS for <notmuch@notmuchmail.org>;\r
+ Fri,  8 Jul 2016 03:13:17 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 8C8F56DE01C2\r
+ for <notmuch@notmuchmail.org>; Fri,  8 Jul 2016 03:13:09 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [88.128.80.54])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 4C506F99B\r
+ for <notmuch@notmuchmail.org>; Fri,  8 Jul 2016 06:13:06 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 7B0F720CD3; Fri,  8 Jul 2016 11:27:34 +0200 (CEST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Allow indexing cleartext of encrypted messages (v4)\r
+Date: Fri,  8 Jul 2016 11:27:11 +0200\r
+Message-Id: <1467970047-8013-1-git-send-email-dkg@fifthhorseman.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: Fri, 08 Jul 2016 10:13:24 -0000\r
+\r
+This is the fourth draft of the series that enables indexing cleartext\r
+of encrypted message parts.\r
+\r
+previous versions start at:\r
+\r
+v1:  id:1449718786-28000-1-git-send-email-dkg@fifthhorseman.net\r
+v2:  id:1453258369-7366-1-git-send-email-dkg@fifthhorseman.net\r
+v3:  id:1454272801-23623-1-git-send-email-dkg@fifthhorseman.net\r
+\r
+differs from v3 in that it uses Bremner's "message properties" to\r
+record its information instead of trampling on the user-visible tag\r
+space.\r
+\r
+It depends also on one additional fix i pushed to the "message\r
+properties" series, allowing notmuch queries with a "has:" prefix to\r
+search the property namespace.  In particular:\r
+\r
+ id:1467969336-7605-1-git-send-email-dkg@fifthhorseman.net\r
+\r
+I welcome feedback!\r