summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2011-10-02 16:59:20 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2011-10-02 16:59:20 +0200
commit3673b51f7a24332039db3879739ae008e28406e5 (patch)
tree94826df6879023006f7efb2f388e26ebdd74401a /alot/account.py
parent920163c01ebb280d97f96e9b4dd4ea5c5d5ac526 (diff)
Remove dead assignments
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()