From 068aa591e3bf01d1f052db5b87b1771772b51c9e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 24 Nov 2017 03:07:17 +0000 Subject: config: Switch the default for show_muc_jid from True to False. --- data/default_config.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 583f4726..93b8d377 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -309,9 +309,9 @@ use_bookmarks_method = # display the tab if set to true. #use_tab_nicks = true -# If set to false, poezio will only display the user part of the JID (before -# the @) when displaying the chatroom tab name. -#show_muc_jid = true +# If set to false, poezio will first display the bookmark name, or if empty the +# user part of the JID (before the @) when displaying the chatroom tab name. +#show_muc_jid = false # If this option is set to false, the contact list will not show the contact # JIDs when that is possible. -- cgit v1.2.3