From c26ff221fd62c28c0d4e7a527c36b449dbd25f50 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 15 Feb 2012 22:29:13 +0100 Subject: Documentation update --- data/default_config.cfg | 4 ++++ doc/en/configure.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/data/default_config.cfg b/data/default_config.cfg index 4188851b..87a121bb 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -196,10 +196,14 @@ themes_dir = # theme will be used instead theme = +# If true, a vertical list of tabs, with their name, is displayed on the left of +# the screen. enable_vertical_tab_list = false vertical_tab_list_size = 20 +# If set to desc, the tabs will be displayed from top to bottom in the list, +# if set to asc, they will be displayed from bottom to top. vertical_tab_list_sort = desc # Show the user list at the bottom when in a MUC diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 1fca2e36..57907cb6 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -254,6 +254,11 @@ section of this documentation. If set to desc, the tabs will be displayed from top to bottom in the list, if set to asc, they will be displayed from bottom to top. +*user_list_sort*:: desc + + If set to desc, the MUC users will be displayed from top to bottom in the list, + if set to asc, they will be displayed from bottom to top. + *send_chat_states*:: true if true, chat states will be sent to the people you are talking to. -- cgit v1.2.3