diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-06 03:41:00 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-06 03:41:00 +0100 |
commit | d76b37f825b53e0b55eb0f8d95c7f8eb7d3d7eff (patch) | |
tree | 426e51859068761c4252d302e51a8c8db456da5f /data | |
parent | 432afd6179e69b70b290fef68ea3bb263ff3b4c1 (diff) | |
parent | 9ff6380149980581bc74f33ddd0e38fb0627623b (diff) | |
download | poezio-d76b37f825b53e0b55eb0f8d95c7f8eb7d3d7eff.tar.gz poezio-d76b37f825b53e0b55eb0f8d95c7f8eb7d3d7eff.tar.bz2 poezio-d76b37f825b53e0b55eb0f8d95c7f8eb7d3d7eff.tar.xz poezio-d76b37f825b53e0b55eb0f8d95c7f8eb7d3d7eff.zip |
Merge branch 'master' into plugins
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 8ff4805d..e803a7d1 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. @@ -156,7 +156,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 = @@ -165,7 +165,11 @@ 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. +display_user_color_in_join_part = false # if true, chat states will be sent to the people you are talking to. # Chat states are, for example, messages informing that you are composing |