diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index 41bd79e3b..53e06499b 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -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];