From 193b73fa26f6330059765ddd9c23b1048a010875 Mon Sep 17 00:00:00 2001 From: Daniel Carlos Silva <45563873+dcsilvagit@users.noreply.github.com> Date: Thu, 23 May 2019 18:20:10 -0300 Subject: [PATCH] Update SOGoMailFolder.m --- SoObjects/Mailer/SOGoMailFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];