diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-02 20:21:09 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-02 20:21:09 +0100 |
commit | ebef15ec4036f9fdeb23011b561b1cd4c0852ae7 (patch) | |
tree | 16010add9fe0a83322039654e9aebf993a14fd5f /data/default_config.cfg | |
parent | 971aad1e0e4646515d846794bee38557a2c80e1b (diff) | |
download | poezio-ebef15ec4036f9fdeb23011b561b1cd4c0852ae7.tar.gz poezio-ebef15ec4036f9fdeb23011b561b1cd4c0852ae7.tar.bz2 poezio-ebef15ec4036f9fdeb23011b561b1cd4c0852ae7.tar.xz poezio-ebef15ec4036f9fdeb23011b561b1cd4c0852ae7.zip |
Add configure and keys documentation, also edit some default configuration values.
Diffstat (limited to 'data/default_config.cfg')
-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 d2fe7f87..77ae34ac 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 = # 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 |