mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
(fix) also remove the Draft flag
This commit is contained in:
committed by
Francis Lachapelle
parent
12c8207836
commit
7eb58db949
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user