See ChangeLog.

Monotone-Parent: a860eef99344cc9894f15336b3781ecf101807e4
Monotone-Revision: e4cb9e3d176a6344fdd81d88e8df6109f468d9b2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-25T18:30:55
This commit is contained in:
Francis Lachapelle
2012-07-25 18:30:55 +00:00
parent 2faa5e1867
commit 5c73a3e745
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
2012-07-25 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Mailer/SOGoMailFolder.m
(-deleteUIDs:useTrashFolder:inContext:): fixed comparison with the
trash folder name when using subfolders (ex: INBOX/Trash).
* SoObjects/SOGo/SOGoSieveManager.m
(-updateFiltersForLogin:authname:password:account:): write the
filters before the vacation auto-reply.
+1 -1
View File
@@ -406,7 +406,7 @@ static NSString *defaultUserID = @"anyone";
// If we are deleting messages within the Trash folder itself, we
// do not, of course, try to move messages to the Trash folder.
if ([folderName isEqualToString: [self relativeImap4Name]])
if ([folderName isEqualToString: [imap4 imap4FolderNameForURL: [self imap4URL]]])
{
*withTrash = NO;
}