/offlineimap/head: changeset 211

Yet more typos
This commit is contained in:
jgoerzen 2002-08-08 03:45:03 +01:00
parent b56304090a
commit 12b5e89949
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class MaildirRepository(BaseRepository):
for component in foldername.split('/'):
assert component != invalid, "When using nested folders (/ as a separator in the account config), your folder names may not contain 'new', 'cur', 'tmp', or 'offlineimap.uidvalidity'."
assert oldername.find('./') == -1, "Folder names may not contain ../"
assert foldername.find('./') == -1, "Folder names may not contain ../"
assert not foldername.startswith('/'), "Folder names may not begin with /"
oldcwd = os.getcwd()
os.chdir(self.root)