diff -r bb7d9906c529 -r 73cd082cd724 VirtualMailManager/Relocated.py --- a/VirtualMailManager/Relocated.py Thu Apr 15 19:46:53 2010 +0000 +++ b/VirtualMailManager/Relocated.py Thu Apr 15 20:21:18 2010 +0000 @@ -59,6 +59,11 @@ if destination: self._dest = EmailAddress(destination[0]) + @property + def address(self): + """The Relocated's EmailAddress instance.""" + return self._addr + def set_destination(self, destination): """Sets/updates the new address of the relocated user.""" update = False