]> git.notmuchmail.org Git - notmuch/commit
Rename private notmuch_message_t to notmuch_message_file_t
authorCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 22:09:51 +0000 (15:09 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 22:09:51 +0000 (15:09 -0700)
commitcd4a8734d3bb151df70d51a84903bff994439b05
treeb396e65c412bde4dda0ad48e1c70e2ba9c94744d
parent00af443b8e5814f26c87c7cd8db1a08fec71e0b3
Rename private notmuch_message_t to notmuch_message_file_t

This is in preparation for a new, public notmuch_message_t.

Eventually, the public notmuch_message_t is going to grow enough
features to need to be file-backed and will likely need everything
that's now in message-file.c. So we may fold these back into one
object/implementation in the future.
Makefile
database.cc
message-file.c [new file with mode: 0644]
message.c [deleted file]
notmuch-private.h