docker-offlineimap/offlineimap/ui
David Favro b06845fc70 UID validity diagnostics improvement
* Reduced the number of parameters passed to ui.validityproblem() because they were all just method-calls to the folder object, which is already passed as the first parameter (reduction of unnecessary complexity).

* Improved the diagnostic message for an 'UID validity problem' by including the name of the repository in which the folder resides; previously it was not possible to determine from the diagnostic alone on which side the problem was.
2007-03-15 05:41:43 +01:00
..
__init__.py Update FSF address 2006-08-12 05:15:55 +01:00
Blinkenlights.py Update FSF address 2006-08-12 05:15:55 +01:00
Curses.py Remove a redundant (and mostly harmless) output of the error string from the Curses UI. 2006-12-01 12:27:12 +01:00
debuglock.py Update FSF address 2006-08-12 05:15:55 +01:00
detector.py --help shows available UIs now 2007-01-11 10:15:06 +01:00
Noninteractive.py Update FSF address 2006-08-12 05:15:55 +01:00
Tk.py Add parameters to terminate() that specify an (optional) error message to display on termination. 2006-12-01 11:54:12 +01:00
TTY.py Update FSF address 2006-08-12 05:15:55 +01:00
UIBase.py UID validity diagnostics improvement 2007-03-15 05:41:43 +01:00