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