mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21:23 +00:00
Merge pull request #254 from dcsilvagit/fix-set-notjunk-mail_subject
Fix typo in SOGoMailFolder.m
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user