See ChangeLog.

Monotone-Parent: 04d242cd3ae3982c5087b5bef22fc2d70632130f
Monotone-Revision: 3830a1c61a69086d684b859181753bddddda2711

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-22T17:15:29
This commit is contained in:
Francis Lachapelle
2012-03-22 17:15:29 +00:00
parent e5193ddbac
commit 47ab33580f
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2012-03-22 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailFolderActions.m (-emptyTrashAction:): we now
unsubscribe from the folders found in the trash.
2012-03-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUserManager.m (_compactAndCompleteContacts:):
+4 -1
View File
@@ -489,7 +489,10 @@
connection = [co imap4Connection];
subfolders = [[co allFolderURLs] objectEnumerator];
while ((currentURL = [subfolders nextObject]))
[connection deleteMailboxAtURL: currentURL];
{
[[connection client] unsubscribe: [currentURL path]];
[connection deleteMailboxAtURL: currentURL];
}
}
if (error)
{