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

Fix typo in SOGoMailFolder.m
pull/255/head
Francis Lachapelle 2019-05-23 18:29:01 -04:00 committed by GitHub
commit 3129e149df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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