diff options
author | mathieui <mathieui@mathieui.net> | 2015-06-18 21:11:58 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-06-18 21:11:58 +0200 |
commit | d9050e9565e8c7a3e5ad101f9998c72f7d812baa (patch) | |
tree | ca25dea085eaf72a390f5e756c6fbd77d818109c /src/config.py | |
parent | 43ef5fd949b0c6632b0a4277a0d379a1e3b8f88c (diff) | |
download | poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.gz poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.bz2 poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.tar.xz poezio-d9050e9565e8c7a3e5ad101f9998c72f7d812baa.zip |
Add a show_jid_in_conversations option
To hide or show the JID of the contact in conversation tabs.
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py index a6f1417e..701bfaad 100644 --- a/src/config.py +++ b/src/config.py @@ -108,6 +108,7 @@ DEFAULT_CONFIG = { 'server': 'anon.jeproteste.info', 'show_composing_tabs': 'direct', 'show_inactive_tabs': True, + 'show_jid_in_conversations': True, 'show_muc_jid': True, 'show_roster_jids': True, 'show_roster_subscriptions': '', |