From 3c894ea558ef167d3332b07ea7929854b53b3ae5 Mon Sep 17 00:00:00 2001 From: Luke Marlin Date: Thu, 13 Oct 2016 18:46:03 +0200 Subject: Added information_popup_type_filter that allow to filter an entire type of messages such as 'roster' 'error' 'information' or 'debug' --- data/default_config.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index d8ec3705..ff0bf698 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,6 +198,11 @@ use_bookmarks_method = # Possible values; error, roster, warning, info, help #information_buffer_popup_on = error roster warning help info +# A list of message types that should be filtered out from the +# information buffer. +# Possible values; error, roster, warning, info, help +#information_buffer_type_filter = + # The time the message will be visible. If the message takes more than # one line, the popup will stay visible two second per additional lines #popup_time = 4 -- cgit v1.2.3