From 0afb2aee43d5d2ad4a8e44c95567e3ac4c964cc8 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 24 Jul 2017 17:07:50 +0200 Subject: [PATCH] add attachment and flagged tag back to hidden_tags until astroid's PR #336 is finished --- astroid/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroid/config b/astroid/config index 5f0d793..d52dba1 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": "unread,sent,signed,replied,encrypted,del" + "hidden_tags": "unread,sent,signed,replied,encrypted,del,attachment,flagged" } }, "general": {