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 cabd487e..912380e3 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -55,7 +55,7 @@ class Account(object):
sent_box=None, sent_tags=None, draft_box=None,
draft_tags=None, abook=None, sign_by_default=False,
encrypt_by_default=u"none",
- **rest):
+ **_):
sent_tags = sent_tags or []
if 'sent' not in sent_tags:
sent_tags.append('sent')