From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0HlRGZgPyV42YAAA0tVLHw (envelope-from ) for ; Sat, 23 May 2020 11:57:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +CVoFZgPyV7WWwAAB5/wlQ (envelope-from ) for ; Sat, 23 May 2020 11:57:12 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F151C94042C for ; Sat, 23 May 2020 11:57:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5FCC66DE0ECC; Sat, 23 May 2020 04:57:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 PfytSVbZS6rX; Sat, 23 May 2020 04:57:08 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 5327A6DE10AD; Sat, 23 May 2020 04:57:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id AD5A06DE10AD for ; Sat, 23 May 2020 04:57:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 AMct7TCe9sGb for ; Sat, 23 May 2020 04:57:06 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id EF8216DE0F4A for ; Sat, 23 May 2020 04:57:05 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jcSm1-0003Qm-8L; Sat, 23 May 2020 07:57:05 -0400 Received: (nullmailer pid 2191267 invoked by uid 1000); Sat, 23 May 2020 11:57:04 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v2 1/9] lib: index PKCS7 SignedData parts In-Reply-To: <20200512222939.372093-2-dkg@fifthhorseman.net> References: <20200512222939.372093-1-dkg@fifthhorseman.net> <20200512222939.372093-2-dkg@fifthhorseman.net> Date: Sat, 23 May 2020 08:57:04 -0300 Message-ID: <87mu5ysw33.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.49 X-TUID: S1h/BSHnowVL Daniel Kahn Gillmor writes: > When we are indexing, we should treat SignedData parts the same way > that we treat a multipart object, indexing the wrapped part as a > distinct MIME object. > series pushed d