diff options
author | Luke Marlin <luke.marlin@viacesi.fr> | 2016-10-13 18:46:03 +0200 |
---|---|---|
committer | Luke Marlin <luke.marlin@viacesi.Fr> | 2016-10-23 16:25:44 +0200 |
commit | 3c894ea558ef167d3332b07ea7929854b53b3ae5 (patch) | |
tree | a58c3bb0b9405231e12b5d5313743a610dda9b91 /doc/source | |
parent | b026bb190d9218578ee08460c8964968784a6dd5 (diff) | |
download | poezio-3c894ea558ef167d3332b07ea7929854b53b3ae5.tar.gz poezio-3c894ea558ef167d3332b07ea7929854b53b3ae5.tar.bz2 poezio-3c894ea558ef167d3332b07ea7929854b53b3ae5.tar.xz poezio-3c894ea558ef167d3332b07ea7929854b53b3ae5.zip |
Added information_popup_type_filter that allow to
filter an entire type of messages such as 'roster'
'error' 'information' or 'debug'
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 131915c9..f13597e8 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -627,6 +627,17 @@ or the way messages are displayed. A list of message types that should make the information buffer grow Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help`` + information_popup_type_filter + + **Default value:** ``[empty]`` + + Some informational messages (error, a contact getting connected, etc) + are sometimes added to the information buffer. + + A list of message types that should never be displayed in the information + buffer. + Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help`` + display_user_color_in_join_part **Default value:** ``true`` |