From: David Bremner Date: Sun, 10 Nov 2013 16:21:20 +0000 (+2000) Subject: fix for failing tests with gmime 2.6.19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15635ed095c6a3f6a49416c33b6fe4025ceb2f90;p=notmuch-archives.git fix for failing tests with gmime 2.6.19 --- diff --git a/dd/9b766350500c19c4cb64eac7b66eeec133db87 b/dd/9b766350500c19c4cb64eac7b66eeec133db87 new file mode 100644 index 000000000..17bb78408 --- /dev/null +++ b/dd/9b766350500c19c4cb64eac7b66eeec133db87 @@ -0,0 +1,51 @@ +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 178EB429E31 + for ; Sun, 10 Nov 2013 08:22:13 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 K-zsxCjtg6uh for ; + Sun, 10 Nov 2013 08:22:07 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D02C9431FDB + for ; Sun, 10 Nov 2013 08:22:07 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) id 1VfXlz-0005pd-8M + for notmuch@notmuchmail.org; Sun, 10 Nov 2013 12:22:03 -0400 +Received: (nullmailer pid 15727 invoked by uid 1000); Sun, 10 Nov 2013 + 16:21:59 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: fix for failing tests with gmime 2.6.19 +Date: Sun, 10 Nov 2013 12:21:20 -0400 +Message-Id: <1384100482-15453-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.4.2 +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: Sun, 10 Nov 2013 16:22:13 -0000 + +Although Jeffrey Stedfast fixed gmime bug 711305 amazingly quickly, it +looks like many people still have to live with a buggy version of +gmime for a while yet. Here is an opt-in fix that stops the test suite +from failing; this is a simple fix for e.g. the debian build process. +