From 3b366b4a179a6b987247a310b74aab9df06b219f Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 2 Jul 2018 09:10:01 +0200 Subject: [PATCH] new default astroid config values --- astroid/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astroid/config b/astroid/config index 40e60ec..e47937c 100644 --- a/astroid/config +++ b/astroid/config @@ -79,6 +79,9 @@ }, "thread_view": { "open_html_part_external": "false", + "preferred_type": "plain", + "preferred_html_only": "false", + "allow_remote_when_encrypted": "false", "open_external_link": "xdg-open", "default_save_directory": "~", "indent_messages": "true", @@ -103,6 +106,7 @@ "gpg": { "path": "gpg2", "always_trust": "true", + "enabled": "true", "auto_key_retrieve": "false" } },