diff -r ff2a61e155db -r 33a45e4c80c4 VirtualMailManager/handler.py --- 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)