summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cnotmuch/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnotmuch/database.py b/cnotmuch/database.py
index bb8a963..fd2d9a9 100644
--- a/cnotmuch/database.py
+++ b/cnotmuch/database.py
@@ -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):