From 5b560df4326febf2b24b1943ca48a0a4baa2b702 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 17 Feb 2015 09:00:55 +2000 Subject: [PATCH] Re: notmuch-mutt: support for messages that lack Message-ID headers (v3) --- 0c/9005d5fff610d9047acf41158d2e3a5ca51e6f | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 0c/9005d5fff610d9047acf41158d2e3a5ca51e6f diff --git a/0c/9005d5fff610d9047acf41158d2e3a5ca51e6f b/0c/9005d5fff610d9047acf41158d2e3a5ca51e6f new file mode 100644 index 000000000..1295c98c7 --- /dev/null +++ b/0c/9005d5fff610d9047acf41158d2e3a5ca51e6f @@ -0,0 +1,63 @@ +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 0D928431FD5 + for ; Mon, 16 Feb 2015 05:02:23 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 qGf1Ozt6hXWK for ; + Mon, 16 Feb 2015 05:02:18 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C0CA4431FDD + for ; Mon, 16 Feb 2015 05:02:18 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YNLIc-0008ET-8b; Mon, 16 Feb 2015 13:01:18 +0000 +Received: (nullmailer pid 22470 invoked by uid 1000); Mon, 16 Feb 2015 + 13:00:55 -0000 +From: David Bremner +To: Stefano Zacchiroli , notmuch@notmuchmail.org +Subject: Re: notmuch-mutt: support for messages that lack Message-ID headers + (v3) +In-Reply-To: <1424003948-17642-1-git-send-email-zack@upsilon.cc> +References: + <1424003948-17642-1-git-send-email-zack@upsilon.cc> +User-Agent: Notmuch/0.19+48~gb74ed1c (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 16 Feb 2015 09:00:55 -0400 +Message-ID: <87egpq1054.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: zack@upsilon.cc +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: Mon, 16 Feb 2015 13:02:23 -0000 + +Stefano Zacchiroli writes: + +> I'll be happy to hear further comments on this patch series. +> If there are none, please merge it into master. + +pushed. + +d -- 2.26.2