]> git.notmuchmail.org Git - notmuch/commit
get_in_reply_to: Implement via the database, not by opening mail file.
authorCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 01:40:19 +0000 (17:40 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 01:40:19 +0000 (17:40 -0800)
commit387828c4356416278fdac8446c904fe4c5ad283d
tree1cfa032df2c1a4f65d4a8046cea1e132b7cc8def
parente8c9c3e6a534fc6c2919c2c1de63cea7250eb488
get_in_reply_to: Implement via the database, not by opening mail file.

This reduces our reliance on open message_file objects, (so is a step
toward fixing the "too many open files" bug), but more importantly, it
means we don't load a self-referencing in-reply-to header, (since we
weed those out before adding any replyto terms to the database).
lib/message.cc
lib/thread.cc