See ChangeLog.

Monotone-Parent: 539a6de4e61b62d0eecf5d485884649c2dd6444b
Monotone-Revision: d44813d7233d6d5cad1ae38fa520e06886d97b83

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-01-27T14:57:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-01-27 14:57:04 +00:00
parent a3e5f6af77
commit d325930d9f
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-01-27 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Mailer/SOGoDraftObject.m (-save): we no longer use the
relative URL of the draft folder when it must be created. This
fixes an issue when using a subfolder as the drafts folder.
2011-01-26 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxComponentEditor.m (-setComponent:): retrieve the
+2 -1
View File
@@ -436,7 +436,8 @@ static NSString *userAgent = nil;
if (![imap4 doesMailboxExistAtURL: [container imap4URL]])
{
[client create: [container relativeImap4Name]];
[[self imap4Connection] createMailbox: [[self imap4Connection] imap4FolderNameForURL: [container imap4URL]]
atURL: [[self mailAccountFolder] imap4URL]];
[imap4 flushFolderHierarchyCache];
}