docker-offlineimap/offlineimap/repository
Sebastian Spaeth fe1391084b Improve repo.Base.py:syncfoldersto parameter/var names
Name parameter that hands us a Status Repository 'status_repo' and not
'copyfolders' as was before:

a) make it clear that we pass in a repository and not folder
instances. That was very confusing before.
b) We were always only using one 'copyfolders' item anyway, so let us
not make it a list.

Go through the list and make the variable nameing consistent:
dst_repo rather than dest (is it a folder?) to match the status_repo
naming scheme.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-03 17:16:42 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Improve repo.Base.py:syncfoldersto parameter/var names 2011-09-03 17:16:42 +02:00
Gmail.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00
IMAP.py Merge branch 'ss/improved-folderfilter-errors' into next 2011-08-12 18:29:23 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00