summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-19 14:06:38 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-19 14:06:38 +0000
commitdea500e99d73cb3be598fad63870f7f635209db9 (patch)
tree5c829cbe5c248dad89d13610b4f828e4ea72835c /alot/account.py
parent8e08502048203605fe89a30ba2c94647bf4efdf9 (diff)
parse accounts in SettingsManager
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py3
1 files changed, 1 insertions, 2 deletions
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