aboutsummaryrefslogtreecommitdiff
path: root/lib/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/message.cc')
-rw-r--r--lib/message.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/message.cc b/lib/message.cc
index c2a9ebd..80ff4ca 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -55,8 +55,7 @@ struct maildir_flag_tag flag2tag[] = {
{ 'F', "flagged", false},
{ 'P', "passed", false},
{ 'R', "replied", false},
- { 'S', "unread", true },
- { 'T', "deleted", false},
+ { 'S', "unread", true }
};
/* We end up having to call the destructor explicitly because we had