docker-offlineimap/offlineimap/repository
Sebastian Spaeth db28cb77e7 Fix another visiblename() glitch in determining the foldername to be created
Commit b0e88622c4 changed dst_hash[folder.visiblename] to
dst_hash[folder.name] but we did not adapt all places where it is needed
to use visiblename again. This led to attempting to create a name on
REMOTE ignoring the nametrans setting on the LOCAL repository.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-20 22:25:45 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Fix another visiblename() glitch in determining the foldername to be created 2011-09-20 22:25:45 +02:00
Gmail.py repository.Gmail.getfolder() 2011-09-19 14:22:03 +02:00
IMAP.py Move self.folderfilter|nametrans|sort from IMAPFolder to BaseFolder 2011-09-19 14:23:08 +02:00
LocalStatus.py Don't pass in 'root' as para to LocalStatusFolders 2011-09-16 12:54:12 +02:00
Maildir.py Enable folderfiltering for MailDir repositories too 2011-09-19 14:23:08 +02:00