comparison mcabber/mcabberrc.example @ 1286:02ad6200df26

Add selectable time prefixes (vorner)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2007 23:07:22 +0200
parents b1be0c6862d4
children 359e1c53552a
comparison
equal deleted inserted replaced
1285:1046bbcb6d14 1286:02ad6200df26
309 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 309 # - 1: "name <jid/resource>" (name is omitted if same as the jid)
310 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>) 310 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>)
311 # - 3: "name" (if the name is the same as the jid, use <jid/res>) 311 # - 3: "name" (if the name is the same as the jid, use <jid/res>)
312 #set buddy_format = 2 312 #set buddy_format = 2
313 # 313 #
314 # Time format:
315 # - 0: (default) Date and time
316 # - 1: Time only
317 # - 2: None
318 #set time_prefix = 0
319 #
314 # When a contacts sends "/me ", mcabber displays "*user ", where user 320 # When a contacts sends "/me ", mcabber displays "*user ", where user
315 # is the local part of the contact's jid. 321 # is the local part of the contact's jid.
316 # If you want mcabber to display the complete bare jid (user@server.com), 322 # If you want mcabber to display the complete bare jid (user@server.com),
317 # set "buddy_me_fulljid" to 1 (default: 0) 323 # set "buddy_me_fulljid" to 1 (default: 0)
318 #set buddy_me_fulljid = 1 324 #set buddy_me_fulljid = 1