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