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