summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index 8ea22760..d15e7f2a 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -49,7 +49,7 @@ class Account(object):
gpg_key=None, signature=None, signature_filename=None,
signature_as_attachment=False, sent_box=None,
sent_tags=['sent'], draft_box=None, draft_tags=['draft'],
- abook=None):
+ abook=None, **rest):
self.address = address
self.abook = abook
self.aliases = []