fix(mail): identify junk mailbox in lookup

Fixes #5482
This commit is contained in:
Francis Lachapelle
2022-02-14 13:35:06 -05:00
parent 6c420861d4
commit 63ad7aac9f
+1 -1
View File
@@ -1206,7 +1206,7 @@ static NSString *inboxFolderName = @"INBOX";
junkFolder
= [self folderWithTraversal: [self junkFolderNameInContext: _ctx]
andClassName: @"SOGoJunkFolder"];
[trashFolder retain];
[junkFolder retain];
}
return junkFolder;