]> git.notmuchmail.org Git - notmuch/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>
Wed, 6 Jan 2010 18:32:05 +0000 (10:32 -0800)
commit1376a90db622b71e0997fca52c50ccf34faeed22
tree7856e32d496e361e74a7d01ca03899ba0f42815e
parent6ca6c089e9df7affe6bee0392197509a24ab2546
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