diff options
-rw-r--r-- | data/default_config.cfg | 4 | ||||
-rw-r--r-- | doc/en/configure.txt | 5 |
2 files changed, 9 insertions, 0 deletions
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. |