Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 19A2F429E48 for ; Wed, 25 May 2011 18:01:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.921 X-Spam-Level: X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5 tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RL4dilsUsqUD for ; Wed, 25 May 2011 18:01:34 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 096D7431FB6 for ; Wed, 25 May 2011 18:01:34 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 463FD66E04B0 for ; Wed, 25 May 2011 18:01:32 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from servo.finestructure.net (gwave-104.ligo.caltech.edu [131.215.114.104]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 70DEB66E04A3 for ; Wed, 25 May 2011 18:01:25 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id 6A4507BC; Wed, 25 May 2011 18:01:26 -0700 (PDT) From: Jameson Graef Rollins To: notmuch@notmuchmail.org Subject: New crypto patch series Date: Wed, 25 May 2011 18:01:09 -0700 Message-Id: <1306371680-19441-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.4.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 26 May 2011 01:01:36 -0000 Hi, folks. This is a series of patches that constitute a complete rework of notmuch crypto support (signature verification and decryption of PGP/MIME messages, with emacs ui support), including some relevant preparatory patches, on top of the notmuch/master branch at b6862c7eb9bfb00183e568b40d77ea25ade21db2. This work is also available on the "new-crypto" branch of my notmuch repo: git://finestructure.net/notmuch [new-crypto] aa41285c5f75f8ea30d4582f6b8e1aa306f1632c It's sounding unlikely that Carl will accept this work in to master any time soon, due to concerns he has about how the crypto processing affects part numbering (a concern that I think is pretty minor, and really don't affect the usability of the new functionality, fwiw). In the mean time, I wanted to get these patches out there, for those of us that depend on this functionality. jamie.