Update SOGoMailFolder.m

This commit is contained in:
Daniel Carlos Silva
2019-05-23 18:20:10 -03:00
committed by GitHub
parent 6898d11f58
commit 193b73fa26
+1 -1
View File
@@ -812,7 +812,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
else
{
recipient = [junkSettings objectForKey: @"notJunkEmailAddress"];
subject = [[self labelForKey: @"Report: Marked messages as not not junk"] asQPSubjectString: @"utf-8"];
subject = [[self labelForKey: @"Report: Marked messages as not junk"] asQPSubjectString: @"utf-8"];
}
limit = [[junkSettings objectForKey: @"limit"] intValue];