From 941620106630dada5c262ec46166ad69295dcac9 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 18 Jan 2018 18:12:52 +0100 Subject: [PATCH] config changes with new version --- astroid/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/astroid/config b/astroid/config index fbefd21..356d73a 100644 --- a/astroid/config +++ b/astroid/config @@ -14,7 +14,6 @@ "thread_index": { "page_jump_rows": "6", "sort_order": "newest", - "thread_load_step": "250", "cell": { "font_description": "default", "line_spacing": "2", @@ -24,12 +23,15 @@ "subject_color": "#807d74", "subject_color_selected": "#000000", "background_color_selected": "", + "background_color_marked": "#fff584", + "background_color_marked_selected": "#bcb559", "tags_length": "80", "tags_upper_color": "#e5e5e5", "tags_lower_color": "#333333", "tags_alpha": "0.5", "hidden_tags": "unread,sent,signed,replied,encrypted,del,attachment,flagged,inbox" - } + }, + "thread_load_step": "250" }, "general": { "time": { @@ -63,7 +65,8 @@ "send_delay": "4" }, "poll": { - "interval": "240" + "interval": "240", + "always_full_refresh": "false" }, "attachment": { "external_open_cmd": "\/home\/max\/.config\/astroid\/scripts\/attachment-saver.sh"