diff mcabber/mcabberrc.example @ 823:19c615fd071e

New option "delete_on_reject"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 25 Apr 2006 07:05:50 +0200
parents c2d7d9dd4193
children 7c74eef1d0e0
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sun Apr 23 11:21:24 2006 +0200
+++ b/mcabber/mcabberrc.example	Tue Apr 25 07:05:50 2006 +0200
@@ -120,9 +120,17 @@
 #set autoaway = 0
 
 # Message blocking
-# Set the 'block_unsubscribed' to 1 if you want to block (drop) incoming
+# Set 'block_unsubscribed' to 1 if you want to block (drop) incoming
 # messages from people you haven't authorized. (default: 0)
 #set block_unsubscribed = 0
+#
+# Set 'delete_on_reject' to 1 if you want to delete buddies from your
+# roster when you reject their subscription request. (default: 0)
+# (See documentation for /event)
+# The buddy is actually deleted only if there is no other subscription,
+# so for example if you are subscribed to this buddy's presence updates it
+# won't be deleted.
+#set delete_on_reject = 0
 
 # Status messages
 # The "message" value will override all others, take care!