Re: new "crypto" branch providing full PGP/MIME support
authorDarren McGuicken <mailing-notmuch@fernseed.info>
Thu, 3 Feb 2011 20:42:38 +0000 (20:42 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:51 +0000 (09:37 -0800)
ab/1fb0b09fd4d04b9f2ff81dd3edd46a93f2321e [new file with mode: 0644]

diff --git a/ab/1fb0b09fd4d04b9f2ff81dd3edd46a93f2321e b/ab/1fb0b09fd4d04b9f2ff81dd3edd46a93f2321e
new file mode 100644 (file)
index 0000000..7e43dcd
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <darren@fernseed.info>\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 E7326431FB6\r
+       for <notmuch@notmuchmail.org>; Thu,  3 Feb 2011 12:42:51 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 3.206\r
+X-Spam-Level: ***\r
+X-Spam-Status: No, score=3.206 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FH_HOST_IN_ADDRARPA=2.933, RDNS_DYNAMIC=0.363, T_MIME_NO_TEXT=0.01]\r
+       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 5AyOj7Xtb58e for <notmuch@notmuchmail.org>;\r
+       Thu,  3 Feb 2011 12:42:50 -0800 (PST)\r
+Received: from silentio.fernseed.info (202.4.169.217.in-addr.arpa\r
+       [217.169.4.202])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C2567431FB5\r
+       for <notmuch@notmuchmail.org>; Thu,  3 Feb 2011 12:42:50 -0800 (PST)\r
+Received: from localhost (bookbinder.fernseed.info\r
+       [IPv6:2001:8b0:ff94:1:224:2cff:fe37:838b])\r
+       (Authenticated sender: darren)\r
+       by silentio.fernseed.info (Postfix) with ESMTPSA id 49B1364E;\r
+       Thu,  3 Feb 2011 20:42:47 +0000 (GMT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fernseed.info;\r
+       s=default; t=1296765768;\r
+       bh=aiuU1XKiXMGt6MQi8K/A/lX3ZAJMV3SIIqhrS/rbVGk=;\r
+       h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
+       MIME-Version:Content-Type;\r
+       b=S6Ndxv6LerJR0zUNxnkruUJfIjh/Sbf/n1O2tU/SPy42uh4bWuJYZkwxu7rN7xorB\r
+       zh3u2Zs8ThaPD09lskmm3cnI+OVqLeOgO5NTonDheJj2go9NPkq/FR5bsbPUANzWB4\r
+       4t2/UqaXXn6SZS3C1s6gP2Icdsi6LH7m8n0XVyP0=\r
+From: Darren McGuicken <mailing-notmuch@fernseed.info>\r
+To: Jameson Rollins <jrollins@finestructure.net>,\r
+       notmuch <notmuch@notmuchmail.org>\r
+Subject: Re: new "crypto" branch providing full PGP/MIME support\r
+In-Reply-To: <87tygl29vu.fsf@servo.finestructure.net>\r
+References: <4CF15D67.1070904@fifthhorseman.net>\r
+       <87aak08fu8.fsf@servo.finestructure.net>\r
+       <87fwsf9mip.fsf@servo.finestructure.net>\r
+       <87tygl29vu.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/ (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu)\r
+Date: Thu, 03 Feb 2011 20:42:38 +0000\r
+Message-ID: <87zkqconnl.fsf@bookbinder.fernseed.info>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Thu, 03 Feb 2011 20:42:52 -0000\r
+\r
+--=-=-=\r
+\r
+On Wed, 02 Feb 2011 17:18:45 -0800, Jameson Rollins <jrollins@finestructure.net> wrote:\r
+> Please test and provide feedback.  I would really like to see this\r
+> series merged into the mainline for the next release, if at all\r
+> possible.\r
+\r
+Fan.  Tastic.  Thanks so much for this, incredible work!\r
+\r
+Grabbed and testing now, the only slight niggle I see is that when I\r
+reply to an encrypted mail I still get:\r
+\r
+  On Thu, 03 Feb 2011 19:17:45 +0000, Someone <foo@bar> wrote:\r
+  Non-text part: application/pgp-encrypted\r
+  Non-text part: application/octet-stream\r
+\r
+Can we pass the decrypted text to message mode on a reply?\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk1LEz4ACgkQP1ao/7snsT6iNACgpgg5YQ5DWDAAudbSvBKz7cPO\r
+ZsEAn0d/g+zqTE3CU7Jo1MjueEcuXTc5\r
+=Fbg/\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r