From dea500e99d73cb3be598fad63870f7f635209db9 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 19 Feb 2012 14:06:38 +0000 Subject: parse accounts in SettingsManager --- alot/account.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alot/account.py') diff --git a/alot/account.py b/alot/account.py index 106acc46..6caa30ac 100644 --- a/alot/account.py +++ b/alot/account.py @@ -53,8 +53,7 @@ class Account(object): self.address = address self.abook = abook self.aliases = [] - if aliases: - self.aliases = aliases.split(';') + self.aliases = aliases self.realname = realname self.gpg_key = gpg_key self.signature = signature -- cgit v1.2.3