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 A21906DE0291 for ; Sat, 2 Jun 2018 12:20:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, 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 8jdLdlj_OZjK for ; Sat, 2 Jun 2018 12:20:32 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 5D2006DE028C for ; Sat, 2 Jun 2018 12:20:32 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1fPC4i-0003FB-RJ; Sat, 02 Jun 2018 15:20:28 -0400 Received: (nullmailer pid 20671 invoked by uid 1000); Sat, 02 Jun 2018 19:20:25 -0000 From: David Bremner To: Jameson Graef Rollins , Daniel Kahn Gillmor , Notmuch Mail Subject: Re: Protected headers in notmuch In-Reply-To: <878t7xujtj.fsf@ligo.caltech.edu> References: <20180511055544.13676-1-dkg@fifthhorseman.net> <878t7xujtj.fsf@ligo.caltech.edu> Date: Sat, 02 Jun 2018 16:20:25 -0300 Message-ID: <87d0x9q9l2.fsf@tesseract.cs.unb.ca> 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: Sat, 02 Jun 2018 19:20:33 -0000 Jameson Graef Rollins writes: > I've pushed a branch of this series rebased against notmuch/release (for > some reason master is currently a couple commits behind) and fixed to > reflect the exposure of notmuch_message_get_database: > > https://gitlab.com/jrollins/notmuch/commits/protected-headers-fix > > All tests pass. Note it requires gmime 3.0 (which tripped me up for a > bit since notmuch still implicitly supports older gmime versions). > Depending on how much work that is to fix, it might be time to actually rip out the pre-3.0 support; we deprecated it 7 months ago. d