]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Indicate whether notmuch_database_remove_message removed anything.
authorCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:06:00 +0000 (10:06 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
Similar to the return value of notmuch_database_add_message, we now
enhance the return value of notmuch_database_remove_message to
indicate whether the message document was entirely removed (SUCCESS)
or whether only this filename was removed and the document exists
under other filenamed (DUPLICATE_MESSAGE_ID).


No differences found