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 /data/default_config.cfg | |
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 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index c9196979..519dafb1 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -305,6 +305,9 @@ show_muc_jid = true # poezio will only show: toto (2) show_roster_jids = true +# Show JIDs in conversation tabs +show_jid_in_conversations = true + # show s2s errors in the roster show_s2s_errors = true |