From: Stefano Zacchiroli Date: Sat, 24 Jan 2015 09:11:38 +0000 (+0100) Subject: [PATCH] notmuch-mutt: support for messages that lack Message-ID X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=490a557d76c3fee2845c23626d3c10d3f42764c7;p=notmuch-archives.git [PATCH] notmuch-mutt: support for messages that lack Message-ID --- diff --git a/d8/99413cc5ef15c1ddd923eec10a8a53a29b6398 b/d8/99413cc5ef15c1ddd923eec10a8a53a29b6398 new file mode 100644 index 000000000..f0834cb48 --- /dev/null +++ b/d8/99413cc5ef15c1ddd923eec10a8a53a29b6398 @@ -0,0 +1,62 @@ +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 1392E431FD5 + for ; Sat, 24 Jan 2015 01:18:22 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.338 +X-Spam-Level: ** +X-Spam-Status: No, score=2.338 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + 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 ApG8oVASEzgY for ; + Sat, 24 Jan 2015 01:18:18 -0800 (PST) +Received: from upsilon.cc (upsilon.cc [178.32.142.91]) + by olra.theworths.org (Postfix) with ESMTP id C16A8431FCB + for ; Sat, 24 Jan 2015 01:18:18 -0800 (PST) +Received: from timira.takhisis.invalid (unknown + [IPv6:2a01:e34:ec24:5360:7e7a:91ff:fe72:81b6]) + by upsilon.cc (Postfix) with ESMTPSA id 9F057101EC; + Sat, 24 Jan 2015 10:11:48 +0100 (CET) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail; + t=1422090708; bh=ViZFONOH68eNMtLyJXXnpyj3tHNv5MsU/4eDkqkh/Hk=; + h=From:To:Cc:Subject:Date:From; + b=Wcebiu1AEA6N5hneTGdTK+L8UXeeWnV7FfNasp85ftmLg7Mf+CsXvsnmOgR5W14Hg + bSYtKRMU5kznngNr4sq4FYBkLPNE4PF/FXz0Dd/jQBQMh4WMjmjybL+pPwtdL1zMHY + Ws2L6L13sK4ikZTh0qGo6/hUu6NDDpYCcwNVqkLQ= +Received: by timira.takhisis.invalid (Postfix, from userid 1000) + id 6DB91600E1; Sat, 24 Jan 2015 10:11:47 +0100 (CET) +From: Stefano Zacchiroli +To: notmuch@notmuchmail.org +Subject: [PATCH] notmuch-mutt: support for messages that lack Message-ID +Date: Sat, 24 Jan 2015 10:11:38 +0100 +Message-Id: <1422090701-19385-1-git-send-email-zack@upsilon.cc> +X-Mailer: git-send-email 2.1.4 +Cc: "Jan N. Klug" +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: Sat, 24 Jan 2015 09:18:22 -0000 + +Please find attached a patch series that add support for messages that +lack Message-ID to notmuch-mutt, kindly provided by Jan N. Klug. I've +reviewed / adapted it, and I consider it suitable for inclusion into +the next release of notmuch(-mutt). + +Please let me know if you've any question. + +Cheers. +