database(): Actually return a value on remove_message()

This commit is contained in:
Sebastian Spaeth 2010-03-31 10:12:55 +02:00
parent 93298e11dc
commit a5596f375b

View file

@ -329,7 +329,7 @@ class Database(object):
# Raise a NotmuchError if not initialized
self._verify_initialized_db()
status = nmlib.notmuch_database_remove_message(self._db,
return nmlib.notmuch_database_remove_message(self._db,
filename)
def find_message(self, msgid):