]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
lib: Remove the synchronization of 'T' flag with "deleted" tag.
[notmuch] / lib / message.cc
index c2a9ebdf0e0b4d683d5afc826639011e3d21ddbf..80ff4ca9f77d646bc87af04c43980d47df079d8d 100644 (file)
@@ -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