From: Carl Worth Date: Wed, 14 Oct 2009 15:02:27 +0000 (-0700) Subject: Factor out parsing of reference-header values and pickup In-reply-to. X-Git-Tag: 0.1~876 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5cbdcbbec58248ef803ba8f3f035e1c49b7ad0a8;hp=5cbdcbbec58248ef803ba8f3f035e1c49b7ad0a8 Factor out parsing of reference-header values and pickup In-reply-to. This is in preparation for doing a couple of passes over the references, (one to add terms to the database, and a second to find the thread_id). We also now parse the In-reply-to header which we were missing before. We treat it identically to the References header. ---