docker-offlineimap/offlineimap/ui
Sebastian Spaeth c3540de763 Remove ui.detector class
The ui.detector class was not really needed and leads to the illusion
that we provide GUI plugins. For the sake of code maintainability we
don't :-).

Rather than having GUI names equivalent to the classes they are in
(which leads to weird names like TTY.TTYUI), this patch allows to give
each GUI an arbitrary string name. GUI names remain still unchanged in
this patch, the default UI when none was configured is TTY.TTYUI.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-01-07 19:37:48 +01:00
..
__init__.py Remove ui.detector class 2011-01-07 19:37:48 +01:00
Blinkenlights.py Patch for signal handling to start a sync by Jim Pryor 2008-12-01 16:13:16 -06:00
Curses.py Bugfix patch for offlineimap 2010-08-20 08:29:47 -05:00
debuglock.py Update FSF address 2006-08-12 05:15:55 +01:00
Machine.py Fix Machine ui to not error out on ui.warn() 2010-12-09 19:52:48 +01:00
Noninteractive.py Patch for signal handling to start a sync by Jim Pryor 2008-12-01 16:13:16 -06:00
TTY.py Improve TTY ui to not always prepend 'sync account foo' 2010-12-09 19:52:48 +01:00
UIBase.py Don't display sleeping every second on the screen 2010-12-09 19:52:48 +01:00