[PATCH v5 0/7] cli: improved crypto internals
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 26 May 2012 18:45:39 +0000 (11:45 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:47:26 +0000 (09:47 -0800)
61/43a994fa0ce4a0aa5945eaa7c4b40326450e0f [new file with mode: 0644]

diff --git a/61/43a994fa0ce4a0aa5945eaa7c4b40326450e0f b/61/43a994fa0ce4a0aa5945eaa7c4b40326450e0f
new file mode 100644 (file)
index 0000000..dd36d20
--- /dev/null
@@ -0,0 +1,57 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id B728D429E3A\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 11:45:57 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Gu5ERli3P+N3 for <notmuch@notmuchmail.org>;\r
+       Sat, 26 May 2012 11:45:57 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id DB561429E26\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 11:45:55 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 85C4B66E00DB\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 11:45:53 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (unknown [76.89.192.57])\r
+       (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id AFBD566E001B\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 11:45:51 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 63BFD275; Sat, 26 May 2012 11:45:51 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH v5 0/7] cli: improved crypto internals\r
+Date: Sat, 26 May 2012 11:45:39 -0700\r
+Message-Id: <1338057946-29209-1-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.10\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 26 May 2012 18:45:58 -0000\r
+\r
+I'm not going to claim this is the last version, but I think it\r
+addresses the remaining comments.  I implemented Austin's of\r
+introducing a new type to handle the gmime 2.4/2.6 context\r
+incompatibility.\r
+\r
+jamie.\r
+\r