Re: [PATCH] cli/lib: remove support for GMime 2.4
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 17 Aug 2015 08:28:44 +0000 (10:28 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:23 +0000 (14:49 -0700)
ff/5ec8fc806fd0f13d04b2e9d5bde4e8dc25d50c [new file with mode: 0644]

diff --git a/ff/5ec8fc806fd0f13d04b2e9d5bde4e8dc25d50c b/ff/5ec8fc806fd0f13d04b2e9d5bde4e8dc25d50c
new file mode 100644 (file)
index 0000000..984f121
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <dkg@fifthhorseman.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 arlo.cworth.org (Postfix) with ESMTP id 357866DE0B26\r
+ for <notmuch@notmuchmail.org>; Mon, 17 Aug 2015 01:36:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.744\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.744 tagged_above=-999 required=5\r
+ tests=[URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id mCgK13A9gBVW for <notmuch@notmuchmail.org>;\r
+ Mon, 17 Aug 2015 01:36:49 -0700 (PDT)\r
+X-Greylist: delayed 474 seconds by postgrey-1.35 at arlo;\r
+ Mon, 17 Aug 2015 01:36:49 PDT\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 16AAD6DE01D3\r
+ for <notmuch@notmuchmail.org>; Mon, 17 Aug 2015 01:36:49 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [141.70.73.234])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id EF4C4F984;\r
+ Mon, 17 Aug 2015 04:28:48 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 8695C20156; Mon, 17 Aug 2015 10:28:44 +0200 (CEST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, David Bremner <david@tethera.net>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] cli/lib: remove support for GMime 2.4\r
+In-Reply-To: <m2k2sv2enz.fsf@guru.guru-group.fi>\r
+References: <1439739201-11068-1-git-send-email-david@tethera.net>\r
+ <m2k2sv2enz.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 17 Aug 2015 10:28:44 +0200\r
+Message-ID: <874mjygvyb.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Mon, 17 Aug 2015 08:36:52 -0000\r
+\r
+On Sun 2015-08-16 21:53:36 +0200, Tomi Ollila wrote:\r
+> On Sun, Aug 16 2015, David Bremner <david@tethera.net> wrote:\r
+>\r
+>> It's becoming a maintenance burden to do anything things with the\r
+>> crypto glue code twice, once for 2.4 and once for 2.6. I don't have\r
+>> any 2.4 version available to test on my development machine anymore,\r
+>> so the 2.4 specific code paths are likely not very well tested.\r
+>> ---\r
+>>\r
+>> I started to rebase the SMIME signature verification patches and got\r
+>> aggravated at solving the same conflicts twice in every file.\r
+>>\r
+>> 2.6.7 is from 2012, so that's a bit newer than some of our\r
+>> requirements, but I think not so bad. YMMV.\r
+>\r
+> Perhaps it is time for me to update to gmime 2.6 in this machine. PITA ;/\r
+\r
+Please do, i think gmime 2.4 is really not well-supported upstream any\r
+more either.\r
+\r
+     --dkg\r