summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-19 19:37:13 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-19 19:37:13 +0000
commit1df5cf71a88041dfb5a7a94c9c71104db07921e4 (patch)
tree0b7f8d218a6ae7d80b37eae34926dcac3cac087e /alot/account.py
parent9a5c080c8de0e8967e35af54d25717a049b9a472 (diff)
ignore superflous config lines in accounts
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 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 = []