diff mcabber/mcabberrc.example @ 1348:26d1dd2c948f

Add option 'roster_hide_domain' Add an option to only display usernames (not the full JIDs) in the roster window when no name has been specified.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 09 Nov 2007 23:33:52 +0100
parents 07816313073b
children 7caedca15e50
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Fri Nov 09 23:14:03 2007 +0100
+++ b/mcabber/mcabberrc.example	Fri Nov 09 23:33:52 2007 +0100
@@ -324,6 +324,11 @@
 #set log_win_on_top = 0
 #set roster_win_on_right = 0
 #
+# By default, the displayed name of a contact in the roster window will
+# be the jid if no name has been specified.  You can use the following
+# option if you only want to see the username part.
+#set roster_hide_domain = 0
+#
 # Buddy name format (in status window):
 # - 0: (default) "<jid/resource>"
 # - 1: "name <jid/resource>" (name is omitted if same as the jid)