From 7eb58db949b6ce59d96610c285fe15fa7aa3e334 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 5 May 2015 13:06:31 -0400 Subject: [PATCH] (fix) also remove the Draft flag --- UI/MailerUI/UIxMailListActions.m | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/MailerUI/UIxMailListActions.m b/UI/MailerUI/UIxMailListActions.m index d19052593..0267f81fb 100644 --- a/UI/MailerUI/UIxMailListActions.m +++ b/UI/MailerUI/UIxMailListActions.m @@ -836,6 +836,7 @@ tags = [NSMutableArray arrayWithArray: [message objectForKey: @"flags"]]; [tags removeObject: @"answered"]; [tags removeObject: @"deleted"]; + [tags removeObject: @"draft"]; [tags removeObject: @"flagged"]; [tags removeObject: @"recent"]; [tags removeObject: @"seen"];