/offlineimap/head: changeset 211
Yet more typos
This commit is contained in:
parent
b56304090a
commit
12b5e89949
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user