summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index f76f8d0d..fa47b177 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -108,7 +108,7 @@ class Account(object):
msg.set_flags('S')
else:
msg = mailbox.Message(mail)
- key = mbx.add(mail)
+ mbx.add(mail)
mbx.flush()
mbx.unlock()