Re: [PATCH] Add pseudo-compatibility with gmime 2.6
authorAdrian Perez <aperez@igalia.com>
Tue, 17 Jan 2012 10:19:00 +0000 (12:19 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:24 +0000 (09:42 -0800)
53/7dd7e9ad405972bec57dea41ed58726ba1a6aa [new file with mode: 0644]

diff --git a/53/7dd7e9ad405972bec57dea41ed58726ba1a6aa b/53/7dd7e9ad405972bec57dea41ed58726ba1a6aa
new file mode 100644 (file)
index 0000000..94ce81b
--- /dev/null
@@ -0,0 +1,92 @@
+Return-Path: <aperez@igalia.com>\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 47C06429E35\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 02:17:03 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.69\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.69 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01] 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 R1u+1YIM+AXl for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Jan 2012 02:16:59 -0800 (PST)\r
+Received: from smtp4.mundo-r.com (smtp4.mundo-r.com [212.51.32.151])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9BC9F429E2F\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 02:16:58 -0800 (PST)\r
+X-IronPort-Anti-Spam-Filtered: true\r
+X-IronPort-Anti-Spam-Result: Ap4EAI5JFU9bdWOb/2dsb2JhbABErDyCC4FyAQEEAVYoCwshJQ8BKR4Zh3oCtj6JYAEFCAUEEQUBBgEBBgEFLAECAQECAwECAQEBAQIrCk0NBRgRCoFpAgYBTIMcBJURkkM\r
+X-IronPort-AV: E=Sophos;i="4.71,522,1320620400"; d="scan'208";a="939184676"\r
+Received: from 155.99.117.91.static.mundo-r.com (HELO fanzine.igalia.com)\r
+       ([91.117.99.155])\r
+       by smtp4.mundo-r.com with ESMTP; 17 Jan 2012 11:16:46 +0100\r
+Received: from dsl-hkibrasgw3-fe7cfb00-20.dhcp.inet.fi ([84.251.124.20]\r
+       helo=kaze.ara-ara.org) by fanzine.igalia.com with esmtpsa \r
+       (Cipher TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim) id 1Rn65s-00035T-Mp\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:16:46 +0100\r
+Received: (nullmailer pid 32618 invoked by uid 1000);\r
+       Tue, 17 Jan 2012 10:19:05 -0000\r
+From: Adrian Perez <aperez@igalia.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Add pseudo-compatibility with gmime 2.6\r
+In-Reply-To: <1326758199-18058-1-git-send-email-schnouki@schnouki.net>\r
+References: <8762gbtd6p.fsf@schnouki.net>\r
+       <1326758199-18058-1-git-send-email-schnouki@schnouki.net>\r
+User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Tue, 17 Jan 2012 12:19:00 +0200\r
+Message-ID: <87wr8q3a3v.fsf@igalia.com>\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: Tue, 17 Jan 2012 10:17:03 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+\r
+Hi,\r
+\r
+On Tue, 17 Jan 2012 00:56:39 +0100, Thomas Jost <schnouki@schnouki.net> wro=\r
+te:\r
+\r
+> There are lots of API changes in gmime 2.6 crypto handling. By adding\r
+> preprocessor directives, it is however possible to add gmime 2.6 compatib=\r
+ility\r
+> while preserving compatibility with gmime 2.4 too.\r
+\r
+This approach is better than just dropping support for 2.4 (as my patch\r
+does), so I would favor integrating this one instead of mine :D\r
+\r
+Br.\r
+\r
+=2D-=20\r
+Adrian Perez <aperez@igalia.com> - Sent from my toaster\r
+Igalia - Free Software Engineering\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk8VSxQACgkQkcVZ2+TJEjsbpgCeM1O5YJ1/4YCooXb6gUzX6l6+\r
+NywAn1lhhENpfN1tH3XcHrY0YiePNf1G\r
+=blxu\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r