docker-offlineimap/offlineimap/ui
Sebastian Spaeth 4e28c7c93f Allow to use nicer UI names
The previous ui names were pretty unwieldy. Is it TTYUI.TTY or
TTY.TTYUI? Do I have to use capitals and where?

Simplify the names by making them case insensitive and by dropping
everything before the dot.

So "Curses.Blinkenlights" can now be invoked as "blinkenlights" or
"BLINKENLIGHTS". The old names will still work just fine so the
transition should be smooth. We issue a warning that the long names are
deprecated.

Document in offlineimap.conf that we don't accept lists of fallback UIs,
but only one UI option (this was already the case before this commit but
still wrongly documented).

The list of accepted ui names is:
  ttyui (default), basic, quiet, machineui, blinkenlights

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-03-06 15:33:29 +01:00
..
__init__.py Allow to use nicer UI names 2011-03-06 15:33:29 +01:00
Blinkenlights.py Remove MultiLock implementation 2011-01-25 19:19:14 +01:00
Curses.py Remove MultiLock implementation 2011-01-25 19:19:14 +01:00
debuglock.py Update FSF address 2006-08-12 05:15:55 +01:00
Machine.py offlineimap.version is no more. 2011-01-25 18:36:18 +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 restore compatibilty with python 2.5 for ui TTY 2011-02-18 20:00:19 +01:00
UIBase.py offlineimap.version is no more. 2011-01-25 18:36:18 +01:00