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 B1B3F6DE00B4 for ; Tue, 24 Jul 2018 23:01:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 2KoIrUJpJKKB for ; Tue, 24 Jul 2018 23:01:12 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 876246DE00AC for ; Tue, 24 Jul 2018 23:01:12 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1fiCrD-0001HJ-Hy; Wed, 25 Jul 2018 02:01:07 -0400 Received: (nullmailer pid 19478 invoked by uid 1000); Wed, 25 Jul 2018 06:01:00 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: Protected headers in notmuch In-Reply-To: <20180511055544.13676-1-dkg@fifthhorseman.net> References: <20180511055544.13676-1-dkg@fifthhorseman.net> Date: Wed, 25 Jul 2018 14:01:00 +0800 Message-ID: <87lg9zj1lv.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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, 25 Jul 2018 06:01:13 -0000 Daniel Kahn Gillmor writes: > Traditionally, encrypted and signed e-mail covers only the body of the > message. New standards are emerging that are capable of protecting > the headers as well. In particular, Enigmail and an upcoming version > of K-9 mail both use the "Memory Hole" approach to encrypt the > Subject: header when sending encrypted mail. It is awkward to receive > encrypted messages from those clients with notmuch, because all > notmuch sees is "Subject: Encrypted Message" > Sorry about the long pause, I finished reviewing the last 3 patches in the series and have no further comments. d