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' --- poezio/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index f2002382..ade9f740 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -74,6 +74,7 @@ DEFAULT_CONFIG = { 'ignore_certificate': False, 'ignore_private': False, 'information_buffer_popup_on': 'error roster warning help info', + 'information_buffer_type_filter': '', 'jid': '', 'keyfile': '', 'lang': 'en', -- cgit v1.2.3