mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Update SOGoMailFolder.m
This commit is contained in:
committed by
GitHub
parent
6898d11f58
commit
193b73fa26
@@ -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