Merge branch 'master' into next

Conflicts:
	offlineimap/accounts.py
	offlineimap/folder/Base.py
	offlineimap/ui/Machine.py
	offlineimap/ui/UIBase.py
This commit is contained in:
Sebastian Spaeth 2012-01-20 11:27:38 +01:00
commit 5fe522ae4f
1 changed files with 7 additions and 0 deletions

View File

@ -13,8 +13,15 @@ others.
New Features
------------
* Make folders containing quotes work rather than crashing
(reported by Mark Eichin)
Changes
-------
Bug Fixes
---------
* Fix python2.6 compatibility with the TTYUI backend (crash)
* Fix TTYUI regression from 6.5.2 in refresh loop (crash)
* Fix crashes related to UIDVALIDITY returning "None"