diff mcabber/mcabberrc.example @ 2009:a859ed648638

Replace the option « no_space_before_items » with « roster_no_leading_space ».
author Simon Jacquin <simon@jacquin.me>
date Tue, 28 Feb 2012 20:26:22 +0100
parents 6c02ccb14c1c fa6694a193ec
children 8dc418af3e72
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Fri Jan 27 22:09:26 2012 +0100
+++ b/mcabber/mcabberrc.example	Tue Feb 28 20:26:22 2012 +0100
@@ -129,9 +129,9 @@
 # running you can use "/roster display").
 #set roster_display_filter = ofdna_
 
-# By default, mcabber adds an extra space before each buddy in the roster
-# window for aesthetic purposes. You can remove it to gain a little space.
-#set no_space_before_items = 0
+# By default, mcabber adds a leading space before each buddy in the roster. You
+# can remove it to gain a little space.
+#set roster_no_leading_space = 0
 
 # By default command line completion is case-sensitive; this can be changed
 # by setting the option 'completion_ignore_case' to 1.
@@ -327,6 +327,12 @@
 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time
 # somebody joins a room. (default: 0)
 #set muc_auto_whois = 0
+# Set 'muc_print_jid' to see real jid in non-anonynmous room when somebody
+# joins. This setting will be ignored when auto_whois is enabled.
+# 0: only nick (don't print jid even if available)
+# 1: nick and bare jid
+# 2: nick and full jid with resource
+#set muc_print_jid = 1
 #
 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines
 # containing your nickname in a MUC room.