diff options
author | mathieui <mathieui@mathieui.net> | 2012-04-27 23:09:26 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-04-27 23:09:26 +0200 |
commit | de63a1affdb57f521ab2e7a3e89182c79c1ebe2f (patch) | |
tree | cc983fc5a360cae7e922f2c707b834af20b50cab /doc/en/configure.txt | |
parent | 2488216fbaa6c4a9b1f264ca455665ae1675a151 (diff) | |
parent | 2a3434b1f81bed7e6c781a9504a87905f2d07948 (diff) | |
download | poezio-de63a1affdb57f521ab2e7a3e89182c79c1ebe2f.tar.gz poezio-de63a1affdb57f521ab2e7a3e89182c79c1ebe2f.tar.bz2 poezio-de63a1affdb57f521ab2e7a3e89182c79c1ebe2f.tar.xz poezio-de63a1affdb57f521ab2e7a3e89182c79c1ebe2f.zip |
Roster update: Merge branch 'master' of https://git.louiz.org/poezio
Conflicts:
src/core.py
src/tabs.py
Diffstat (limited to 'doc/en/configure.txt')
-rw-r--r-- | doc/en/configure.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index b6fe41bf..36a49206 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -247,6 +247,33 @@ section of this documentation. If you want to show all the tabs in the Tab bar, even those with no activity, set to true. Else, set to false +*show_tab_names*:: false + + If you want to show the tab name in the bottom Tab bar, set this to true. + +*show_tab_numbers*:: true + + If you want to disable the numbers in the bottom Tab bar, set this to false. + Note that if both show_tab_names and show_tab_numbers are set to false, the + numbers will still be displayed. + +*use_tab_nicks*:: true + + The tabs have a name, and a nick, which is, for a contact, its name in the + roster, or for a private conversation, the nickname in the MUC. Set this to + true if you want to have them shown instead of the jid of the contact. + +*show_muc_jid*:: true + + Set this to false if you want to display only the *user* part of the MUC + jid. E.g. if you have poezio@muc.poezio.eu, it will be displayed as + `poezio`. This will be used only if use_tab_nicks is set to true. + +*show_roster_jids*:: true + + Set this to false if you want to hide the JIDs in the roster (and keep only + the contact names). If there is no contact name, the JID will still be + displayed. *beep_on*:: highlight private |