author | Pascal Volk <neverseen@users.sourceforge.net> |
Thu, 22 Jul 2010 23:52:30 +0000 | |
branch | v0.6.x |
changeset 305 | 3c62f581d17a |
parent 304 | df0f7b22540c |
child 306 | 504fd29b4712 |
--- a/VirtualMailManager/maillocation.py Thu Jul 22 21:20:52 2010 +0000 +++ b/VirtualMailManager/maillocation.py Thu Jul 22 23:52:30 2010 +0000 @@ -98,9 +98,9 @@ return _format_info[self._mbfmt]['postfix'] @property - def prefix(self): - """The prefix of the mail_location.""" - return self._mbfmt + ':' + def mbformat(self): + """The mail_location's mailbox format.""" + return self._mbfmt @property def mail_location(self):