From 317a0898d6e294918d95ee0006dbdd3c993a4227 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 18 May 2017 12:41:26 +0200 Subject: [PATCH] remove special tags because they have been replaced by icons in #336 --- astroid/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroid/config b/astroid/config index d025e16..5f0d793 100644 --- a/astroid/config +++ b/astroid/config @@ -28,7 +28,7 @@ "tags_upper_color": "#e5e5e5", "tags_lower_color": "#333333", "tags_alpha": "0.5", - "hidden_tags": "attachment,unread,flagged,sent,signed,replied,encrypted,del" + "hidden_tags": "unread,sent,signed,replied,encrypted,del" } }, "general": {