diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-03 03:42:19 +0100 |
commit | 7e8ea8e47fa56bc3e9757ad22b0622720570b26a (patch) | |
tree | a9e258504369c347c539ccbdf666d9a47e80af84 /data | |
parent | dac8a12abff0ec7c8d3baec4eb73535040c9de9d (diff) | |
parent | af64505feb73592053beeb13e784379e6626b376 (diff) | |
download | poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.gz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.bz2 poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.tar.xz poezio-7e8ea8e47fa56bc3e9757ad22b0622720570b26a.zip |
Merge branch 'doc'
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 8 |
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. |