X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fcorpus%2Ffoo%2Fbaz%2F11%3A2%2C;fp=test%2Fcorpus%2Ffoo%2Fbaz%2F11%3A2%2C;h=0000000000000000000000000000000000000000;hp=c0701def54733541cad1329da7626f3ab0c7ee4a;hb=971cdc72cdb80f060193bc0914dc9badcc29696b;hpb=89c8d279480aa618bed5ef074f9166dbf818e6eb diff --git a/test/corpus/foo/baz/11:2, b/test/corpus/foo/baz/11:2, deleted file mode 100644 index c0701def..00000000 --- a/test/corpus/foo/baz/11:2, +++ /dev/null @@ -1,27 +0,0 @@ -From: "Keith Packard" -To: notmuch@notmuchmail.org -Date: Tue, 17 Nov 2009 13:15:25 -0800 -Subject: [notmuch] [PATCH 1/2] Close message file after parsing message - headers -In-Reply-To: <87lji5cbwo.fsf@yoom.home.cworth.org> -References: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net> - <87lji5cbwo.fsf@yoom.home.cworth.org> -Message-ID: - -On Tue, 17 Nov 2009 09:13:27 -0800, Carl Worth wrote: - -> I didn't apply Keith's fix yet, because I think I'd rather just fix the -> indexer to store the In-Reply-To header in a separate term prefix from -> the term used for the References header[*]. That will then let us lookup -> the in-reply-to value later for thread constructions without having to -> open the original email file at all. - -Threading the message also involves displaying the from and to contents, -which requires opening the message file. The alternative to the fix I -provided is to just parse all of the message headers when first opening -the message; it could then be immediately closed and the hash referred -to for all header data. Given the choice, just having the caller say -when it has finished with a message is probably a reasonable option... - --keith -