]> code.delx.au - offlineimap/commit
UID validity diagnostics improvement
authorDavid Favro <offlineimap@meta-dynamic.com>
Thu, 15 Mar 2007 04:41:43 +0000 (05:41 +0100)
committerDavid Favro <offlineimap@meta-dynamic.com>
Thu, 15 Mar 2007 04:41:43 +0000 (05:41 +0100)
commitb06845fc700bb572519ef91d9754811947383cf5
tree174c83e7cee24ba464d322031e5b475d1f4fc1c1
parent657b470d74d859ac35976bc0717723275e906eff
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.
offlineimap/ui/UIBase.py