summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index 3520ee63..7f2cf7eb 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -138,8 +138,7 @@ class DBManager(object):
if cmd == 'add':
logging.debug('add')
path, tags = current_item[2:]
- msg, status = db.add_message(path,
- sync_maildir_flags=sync)
+ msg, _ = db.add_message(path, sync_maildir_flags=sync)
logging.debug('added msg')
msg.freeze()
logging.debug('freeze')