From: Tomi Ollila Date: Sun, 15 Feb 2015 16:46:31 +0000 (+0200) Subject: Re: notmuch-mutt: support for messages that lack Message-ID headers (v3) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f91301375488f506420aaa5fde3a29e6f60b0b8;p=notmuch-archives.git Re: notmuch-mutt: support for messages that lack Message-ID headers (v3) --- diff --git a/1b/0596fa3f2ae425b0ca65cb378b2661997549a3 b/1b/0596fa3f2ae425b0ca65cb378b2661997549a3 new file mode 100644 index 000000000..19558655f --- /dev/null +++ b/1b/0596fa3f2ae425b0ca65cb378b2661997549a3 @@ -0,0 +1,78 @@ +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 192F5429E34 + for ; Sun, 15 Feb 2015 08:47:00 -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 KDM+TKSUBfiH for ; + Sun, 15 Feb 2015 08:46:56 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 195B3431FDE + for ; Sun, 15 Feb 2015 08:46:56 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 24784100090; + Sun, 15 Feb 2015 18:46:32 +0200 (EET) +From: Tomi Ollila +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+53~gb45d2f9 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'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: Sun, 15 Feb 2015 16:47:00 -0000 + +On Sun, Feb 15 2015, Stefano Zacchiroli wrote: + +> Take #3 on adding support for messages that lack Message-ID headers to +> notmuch-mutt. For context see: +> - http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20171 +> - http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20079 +> +> I've rewritten the patch taking into account the suggestions by Tomi +> Ollila, who suggested a much cleaner approach for processing headers +> and possibly fallback to synthetic Message-IDs (thanks Tomi!). +> +> I'll be happy to hear further comments on this patch series. +> If there are none, please merge it into master. + +This series Look Good To Me. + +Tomi + +> +> Cheers. +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch