]> git.cworth.org Git - obsolete/notmuch-old/commit
database: Allowing storing multiple filenames for a single message ID.
authorCarl Worth <cworth@cworth.org>
Mon, 21 Dec 2009 20:08:46 +0000 (12:08 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 21 Dec 2009 20:08:46 +0000 (12:08 -0800)
commit98eecc99475a033d55eb1834c9601912d319ccc8
tree6d313aae61f5f974e485f7bc07bd8adba75c2279
parent2c86b5e93cca873a3115e153836083718f0fe24b
database: Allowing storing  multiple filenames for a single message ID.

The library interface is unchanged so far, (still just
notmuch_database_add_message), but internally, the old
_set_filename function is now _add_filename instead.
lib/database.cc
lib/message.cc
lib/notmuch-private.h
lib/notmuch.h