From 1df5cf71a88041dfb5a7a94c9c71104db07921e4 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 19 Feb 2012 19:37:13 +0000 Subject: ignore superflous config lines in accounts --- alot/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/account.py') 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 = [] -- cgit v1.2.3