(fix) also remove the Draft flag

This commit is contained in:
Ludovic Marcotte
2015-05-05 13:06:31 -04:00
committed by Francis Lachapelle
parent 12c8207836
commit 7eb58db949

View File

@@ -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"];