comparison 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
comparison
equal deleted inserted replaced
2008:0d5ece2324c6 2009:a859ed648638
127 # To display only the connected buddies, use "ofdna". 127 # To display only the connected buddies, use "ofdna".
128 # Please note that this option is only used at startup (once mcabber is 128 # Please note that this option is only used at startup (once mcabber is
129 # running you can use "/roster display"). 129 # running you can use "/roster display").
130 #set roster_display_filter = ofdna_ 130 #set roster_display_filter = ofdna_
131 131
132 # By default, mcabber adds an extra space before each buddy in the roster 132 # By default, mcabber adds a leading space before each buddy in the roster. You
133 # window for aesthetic purposes. You can remove it to gain a little space. 133 # can remove it to gain a little space.
134 #set no_space_before_items = 0 134 #set roster_no_leading_space = 0
135 135
136 # By default command line completion is case-sensitive; this can be changed 136 # By default command line completion is case-sensitive; this can be changed
137 # by setting the option 'completion_ignore_case' to 1. 137 # by setting the option 'completion_ignore_case' to 1.
138 #set completion_ignore_case = 0 138 #set completion_ignore_case = 0
139 139
325 # (default: in_and_out) 325 # (default: in_and_out)
326 #set muc_print_status = 2 326 #set muc_print_status = 2
327 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time 327 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time
328 # somebody joins a room. (default: 0) 328 # somebody joins a room. (default: 0)
329 #set muc_auto_whois = 0 329 #set muc_auto_whois = 0
330 # Set 'muc_print_jid' to see real jid in non-anonynmous room when somebody
331 # joins. This setting will be ignored when auto_whois is enabled.
332 # 0: only nick (don't print jid even if available)
333 # 1: nick and bare jid
334 # 2: nick and full jid with resource
335 #set muc_print_jid = 1
330 # 336 #
331 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines 337 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines
332 # containing your nickname in a MUC room. 338 # containing your nickname in a MUC room.
333 #set muc_disable_nick_hl = 0 339 #set muc_disable_nick_hl = 0
334 # 340 #