Monotone-Parent: 14750dcc45cd359d5987fdc2c4b5c02f1621906a

Monotone-Revision: a8d781a46deaa766f17c0fabd10cb677779feb60

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-21T16:45:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-05-21 16:45:59 +00:00
parent 873649bcb7
commit 726198073a
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-05-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailFolderActions.m ([UIxMailFolderActions
-deleteFolderAction]): select the INBOX folder before removing the
target folder, so that Courier does not complain about the current
mailbox being in use.
2008-05-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
+1 -1
View File
@@ -636,7 +636,7 @@ function onAddressBookRemove(event) {
onFolderSelectionChange();
}
else {
var folderId = nodes[0].getAttribute("id");
var folderId = nodes[0].getAttribute("id").substr("1");
unsubscribeFromFolder(folderId, owner, onFolderUnsubscribeCB, folderId);
}
}