summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-02-15 22:29:13 +0100
committermathieui <mathieui@mathieui.net>2012-02-15 22:29:13 +0100
commitc26ff221fd62c28c0d4e7a527c36b449dbd25f50 (patch)
tree938abaf7a0fbd2370cd16d7cf46d0181605808d6
parent6f34260d89728eef9970412789541a181c096a4d (diff)
downloadpoezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.gz
poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.bz2
poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.tar.xz
poezio-c26ff221fd62c28c0d4e7a527c36b449dbd25f50.zip
Documentation update
-rw-r--r--data/default_config.cfg4
-rw-r--r--doc/en/configure.txt5
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.