docker-offlineimap/offlineimap/ui
Sebastian Spaeth 6e62da435b Fix Machine ui to not error out on ui.warn()
All other uis (especially BaseUI) define as warn(self, msg, minor = 0)
just MachineUI required minor without a default. This leads the
Machine UI to error out with an exception if we pass it
ui.warn("string") which is the common thing in our code base. This
patch is therefore small but critical in fixing this UI.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2010-12-09 19:52:48 +01:00
..
__init__.py Update changelog 2007-07-11 02:50:30 +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
detector.py Machine now runs 2007-07-05 14:21:33 +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 Update FSF address 2006-08-12 05:15:55 +01:00
UIBase.py Patch for signal handling to start a sync by Jim Pryor 2008-12-01 16:13:16 -06:00