summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-03 08:58:14 +0100
committermathieui <mathieui@mathieui.net>2011-11-03 08:58:14 +0100
commit44ee989658567a8cdfe4dd88a86be5bc6b98526d (patch)
treefd30ae68e67c665e4790abb250b4bb95099df8b6 /data
parenta603f46906b722d54220e3dba519fba1da2fd18b (diff)
parent7e8ea8e47fa56bc3e9757ad22b0622720570b26a (diff)
downloadpoezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.gz
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.bz2
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.tar.xz
poezio-44ee989658567a8cdfe4dd88a86be5bc6b98526d.zip
Merge branch 'master' of https://git.louiz.org/poezio
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index afedfc38..279f902d 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -112,9 +112,9 @@ alternative_nickname =
# Limit the number of messages you want to receive when the
# multiuserchat rooms send you recent history
# 0: You won't receive any
-# -1: You will receive the maximum (default)
+# -1: You will receive the maximum
# n: You will receive at most n messages
-muc_history_length = -1
+muc_history_length = 50
# set to 'true' if you want to save logs of all the messages
# in files.
@@ -149,7 +149,7 @@ beep_on = highlight private
# Theme
# If themes_dir is not set, logs will searched for in $XDG_DATA_HOME/poezio/themes,
-# i.e. in ~/.local/share/poezio/themes/. Si you should specify the directory you
+# i.e. in ~/.local/share/poezio/themes/. So you should specify the directory you
# want to use instead. This directory will be created at startup if it doesn't
# exist
themes_dir =
@@ -158,7 +158,7 @@ themes_dir =
# in the theme_dir directory.
# If the file is not found (or no filename is specified) the default
# theme will be used instead
-theme = poezio
+theme =
# The nick of people who join, part, change their status, etc. in a MUC will
# be displayed using their nick color if true.