mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user