branch | v0.6.x |
changeset 422 | 33a45e4c80c4 |
parent 417 | 8209da83e256 |
child 426 | 933b9debbec1 |
--- a/VirtualMailManager/handler.py Sat Mar 05 22:46:17 2011 +0000 +++ b/VirtualMailManager/handler.py Thu Mar 10 19:34:28 2011 +0000 @@ -572,7 +572,7 @@ if acc: raise VMMError(_(u"The account '%s' already exists.") % acc.address, ACCOUNT_EXISTS) - other = self._is_other_address(acc.address, TYPE_ACCOUNT) + self._is_other_address(acc.address, TYPE_ACCOUNT) acc.set_password(password) acc.save() self._make_account_dirs(acc)