Update for 5.99.7

This commit is contained in:
John Goerzen
2008-03-04 08:32:29 -06:00
parent 3cb3a675b8
commit 6e6720d1b0
7 changed files with 12 additions and 7 deletions

View File

@ -368,7 +368,6 @@ class IMAPFolder(BaseFolder):
try:
imapobj.select(self.getfullname())
except imapobj.readonly:
# unsure, whether this can be reached
UIBase.getglobalui().flagstoreadonly(self, uidlist, flags)
return
r = imapobj.uid('store',

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "5.99.6"
versionstr = "5.99.7"
versionlist = versionstr.split(".")
major = versionlist[0]