comparison mcabber/mcabberrc.example @ 973:e693cbe33802

Add option 'roster_win_on_right'
author Mikael Berthe <mikael@lilotux.net>
date Sat, 30 Sep 2006 19:13:20 +0200
parents 40175f3dcef7
children e4f154f7c316
comparison
equal deleted inserted replaced
972:11b632d824f6 973:e693cbe33802
217 # Log window height (minimum 1, default 5) 217 # Log window height (minimum 1, default 5)
218 #set log_win_height = 5 218 #set log_win_height = 5
219 # Buddylist window width (minimum 2, default 24) 219 # Buddylist window width (minimum 2, default 24)
220 #set roster_width=24 220 #set roster_width=24
221 # 221 #
222 # The options "log_win_on_top" and "roster_win_on_right" can change the
223 # position of the log window (top/bottom) and the position of the roster
224 # (left/right).
225 #set log_win_on_top = 0
226 #set roster_win_on_right = 0
227 #
222 # Buddy name format (in status window): 228 # Buddy name format (in status window):
223 # - 0: (default) "<jid/resource>" 229 # - 0: (default) "<jid/resource>"
224 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 230 # - 1: "name <jid/resource>" (name is omitted if same as the jid)
225 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>) 231 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>)
226 # - 3: "name" (if the name is the same as the jid, use <jid/res>) 232 # - 3: "name" (if the name is the same as the jid, use <jid/res>)