mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: 31944b31e8b5d1a365743dff3ce2623f84656f95
Monotone-Revision: 07b8f7c9c6359e1f416c97fef30b58d61d5769fb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-01T18:51:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-08-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailMainFrame.m ([UIxMailMainFrame
|
||||
-composeAction]): prefix the INBOX folder with "folder".
|
||||
|
||||
* SoObjects/Mailer/SOGoMailFolder.m ([SOGoMailBaseObject
|
||||
-relativeImap4Name]): return nameInContainer stripped from its
|
||||
first 6 characters since all folder names are prefixed with
|
||||
|
||||
@@ -236,7 +236,7 @@ static NSString *treeRootClassName = nil;
|
||||
if (parameter)
|
||||
[urlParams setObject: parameter
|
||||
forKey: @"mailto"];
|
||||
inbox = [NSString stringWithFormat: @"%@/INBOX",
|
||||
inbox = [NSString stringWithFormat: @"%@/folderINBOX",
|
||||
[c objectAtIndex: 0]];
|
||||
url = [inbox composeURLWithAction: @"compose"
|
||||
parameters: urlParams
|
||||
|
||||
@@ -1042,7 +1042,7 @@ function initMailer(event) {
|
||||
if (!document.body.hasClassName("popup")) {
|
||||
configureMessageListEvents();
|
||||
initDnd();
|
||||
currentMailbox = "/" + accounts[0] + "/INBOX";
|
||||
currentMailbox = "/" + accounts[0] + "/folderINBOX";
|
||||
initMailboxTree();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user