]> git.notmuchmail.org Git - notmuch/commit
add_message: Rename message to message_file
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 12:13:42 +0000 (05:13 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 12:13:42 +0000 (05:13 -0700)
commit1ecdef59f5f3b5b1e9f00bbf27349fd5d48d747f
treea691454cade774e70354b7996f2d99aa94998744
parent1ae8c41cdab2f753b61a4966730d90047459cc08
add_message: Rename message to message_file

I still don't like the name message_file at all, but we're about
to start using a notmuch_message_t in this function so we need
to do something to keep the identifiers separate for now.

Eventually, it probably makes sense to push the message-parsing
code from database.cc to message.cc.
database.cc