mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
database(): Actually return a value on remove_message()
This commit is contained in:
parent
93298e11dc
commit
a5596f375b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue