From a8b3909fde3645074a04dd9a61ac3b870d7838ee Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 24 Oct 2011 21:27:37 +0200 Subject: =?UTF-8?q?French=20=E2=86=92=20English?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/default_config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index d2fe7f87..87687d58 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 = -- cgit v1.2.3 From dac8a12abff0ec7c8d3baec4eb73535040c9de9d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 1 Nov 2011 17:14:43 +0100 Subject: Add a config option that display the nick in join/part/status change/etc. in that user color. Fixes #2282. --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index 87687d58..afedfc38 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -160,6 +160,10 @@ themes_dir = # theme will be used instead theme = poezio +# 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 # a message or that you closed the tab, etc -- cgit v1.2.3 From ebef15ec4036f9fdeb23011b561b1cd4c0852ae7 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 2 Nov 2011 20:21:09 +0100 Subject: Add configure and keys documentation, also edit some default configuration values. --- data/default_config.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/default_config.cfg') 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 -- cgit v1.2.3