summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-03-11 11:43:32 +0100
committermathieui <mathieui@mathieui.net>2013-03-11 11:43:32 +0100
commit34af8f69c7aff2d02a10fab954ae7ddf15cee193 (patch)
tree28cafafe4fc859b319bb407409e0cba87d35f00e /data/default_config.cfg
parente4f72d05c396851b2fa78534155bca9fab04f96f (diff)
downloadpoezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.gz
poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.bz2
poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.tar.xz
poezio-34af8f69c7aff2d02a10fab954ae7ddf15cee193.zip
Add a receive_user_tune option (fix #2261)
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r--data/default_config.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 48871906..dacfd91c 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -343,6 +343,12 @@ display_user_color_in_join_part = false
# Display user tune notifications as information messages or not
display_tune_notifications = false
+# Receive the tune notifications or not (in order to display informations
+# in the roster).
+# If this is set to false, then the display_tune_notifications
+# option will be ignored.
+receive_user_tune = true
+
# if true, chat states will be sent to the people you are talking to.
# Chat states are, for example, messages informing that you are composing
# a message or that you closed the tab, etc