diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-05 01:42:50 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-05 01:42:50 +0100 |
commit | 458e853874da933a29a2a992c15409d4bf1586ae (patch) | |
tree | 1fd4b4bc38a4fae0959cf1a0dd82b095c0f648a2 /data/default_config.cfg | |
parent | ece4949086ec4a6dce191136ebf48e86bd14f01e (diff) | |
parent | 44ee989658567a8cdfe4dd88a86be5bc6b98526d (diff) | |
download | poezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.gz poezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.bz2 poezio-458e853874da933a29a2a992c15409d4bf1586ae.tar.xz poezio-458e853874da933a29a2a992c15409d4bf1586ae.zip |
Merge branch 'master' of https://git.louiz.org/poezio into plugins
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 858c90bf..e803a7d1 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -20,10 +20,10 @@ resource = # If this is empty, the $USER environnement variable will be used default_nick = -# Jabber identifiant. Specify it only if you want to connect using an existing +# Jabber identifier. Specify it only if you want to connect using an existing # account on a server. This is optional and useful only for some features, # like room administration, nickname registration. -# The 'server' option will be ignored if you specify a JID (Jabber identifiant) +# The 'server' option will be ignored if you specify a JID (Jabber identifier) # It should be in the form nickname@server.tld jid = @@ -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 |