diff mcabber/mcabberrc.example @ 1311:0dda8238af21

Implement "/roster display"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 13 Sep 2007 20:05:21 +0200
parents 60663a1f9e8d
children d1d12a09b04a
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Mon Sep 10 21:56:50 2007 +0200
+++ b/mcabber/mcabberrc.example	Thu Sep 13 20:05:21 2007 +0200
@@ -96,9 +96,15 @@
 # (default: 0, unlimited).
 set cmdhistory_lines = 250
 
-# Set hide_offline_buddies to 1 to display only connected buddies
-# in the roster.
-#set hide_offline_buddies = 0
+# You can set up a mask to filter buddies and display them according to
+# their status.  The mask should contain the shortcut letters of the
+# status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb,
+# [n]ot_available, [a]way, [_]offline).
+# For example, to display everybody the filter should be "ofdna_" (default).
+# To display only the connected buddies, use "ofdna".
+# Please note that this option is only used at startup (once mcabber is
+# runnning yu can use "/roster display").
+#set roster_display_filter = ofdna_
 
 # Typing notifications, Chat States, Events (JEP-22/85)
 # Set disable_chatstates to 1 if you don't want to use typing notifications.