Merge pull request #254 from dcsilvagit/fix-set-notjunk-mail_subject

Fix typo in SOGoMailFolder.m
This commit is contained in:
Francis Lachapelle
2019-05-23 18:29:01 -04:00
committed by GitHub

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];