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