[PATCH] notmuch-mutt: support for messages that lack Message-ID
authorStefano Zacchiroli <zack@upsilon.cc>
Sat, 24 Jan 2015 09:11:38 +0000 (10:11 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:45 +0000 (14:47 -0700)
d8/99413cc5ef15c1ddd923eec10a8a53a29b6398 [new file with mode: 0644]

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