--- /dev/null
+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 6F66A429E5C\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:34 -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 Zv58QAag8kWt for <notmuch@notmuchmail.org>;\r
+ Sun, 15 Feb 2015 04:39:33 -0800 (PST)\r
+Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
+ by olra.theworths.org (Postfix) with ESMTP id 32C5E429E37\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:26 -0800 (PST)\r
+Received: from timira.takhisis.invalid (unknown [78.194.69.54])\r
+ by upsilon.cc (Postfix) with ESMTPSA id AA95410E52;\r
+ Sun, 15 Feb 2015 13:39:15 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
+ t=1424003955; bh=1Ufj3ZkwFgvA72npstKTEaCu2O77DDxw8WTim9/T9f0=;\r
+ h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
+ b=faYV1p+Yl2wPieXvykFad3+X/iwsfNUPQJXM60YD1gTIp7laQxNPAZ6/TceA1USrm\r
+ IKThH27YXMdXdVCmNEfi8JF4Uu6BoNMlTF3O2Pq2f/QEruhqz6QEbC7bGJpg9TKWBv\r
+ 6vYUN4sp2I/MeqCrApq36zsGOZzu9r/FbQqmVbBE=\r
+Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
+ id 0499C600E0; Sun, 15 Feb 2015 13:39:14 +0100 (CET)\r
+From: Stefano Zacchiroli <zack@upsilon.cc>\r
+To: notmuch@notmuchmail.org\r
+Subject: notmuch-mutt: support for messages that lack Message-ID headers (v3)\r
+Date: Sun, 15 Feb 2015 13:39:05 +0100\r
+Message-Id: <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <m2twyvyx41.fsf@guru.guru-group.fi>\r
+References: <m2twyvyx41.fsf@guru.guru-group.fi>\r
+Cc: zack@upsilon.cc\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: Sun, 15 Feb 2015 12:39:35 -0000\r
+\r
+Take #3 on adding support for messages that lack Message-ID headers to\r
+notmuch-mutt. For context see:\r
+- http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20171\r
+- http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20079\r
+\r
+I've rewritten the patch taking into account the suggestions by Tomi\r
+Ollila, who suggested a much cleaner approach for processing headers\r
+and possibly fallback to synthetic Message-IDs (thanks Tomi!).\r
+\r
+I'll be happy to hear further comments on this patch series.\r
+If there are none, please merge it into master.\r
+\r
+Cheers.\r
+\r