VirtualMailManager/maillocation.py
branchv0.6.x
changeset 305 3c62f581d17a
parent 302 32b4a39b5640
child 307 217b419d6561
--- 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):