From 661fab8df0ab7482e530030eba617f2818d7e386 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 13 Aug 2018 22:04:42 +0200 Subject: Switch the default use_log value to true Since this is a privacy sensitive action, a short message is now displayed on first run. --- poezio/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index 0fb6d118..830c505b 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -137,7 +137,7 @@ DEFAULT_CONFIG = { 'themes_dir': '', 'tmp_image_dir': '', 'use_bookmarks_method': '', - 'use_log': False, + 'use_log': True, 'use_remote_bookmarks': True, 'user_list_sort': 'desc', 'use_tab_nicks': True, -- cgit v1.2.3