diff options
author | Luke Marlin <luke.marlin@viacesi.Fr> | 2016-11-06 17:42:25 +0100 |
---|---|---|
committer | Luke Marlin <luke.marlin@viacesi.Fr> | 2016-11-06 17:42:25 +0100 |
commit | 62a04803f0201cf06a21c835dccc219e682e6f3b (patch) | |
tree | 5a70e8dc6f85d82fa88cd2b5609ab931deaf20ba | |
parent | 3c894ea558ef167d3332b07ea7929854b53b3ae5 (diff) | |
download | poezio-62a04803f0201cf06a21c835dccc219e682e6f3b.tar.gz poezio-62a04803f0201cf06a21c835dccc219e682e6f3b.tar.bz2 poezio-62a04803f0201cf06a21c835dccc219e682e6f3b.tar.xz poezio-62a04803f0201cf06a21c835dccc219e682e6f3b.zip |
Made doc more clear on how to configure information_popup_type_filter
-rw-r--r-- | data/default_config.cfg | 2 | ||||
-rw-r--r-- | doc/source/configuration.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index ff0bf698..689fd4a6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,7 +198,7 @@ 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 +# A list of message types separated by colons (":") that should be filtered out from the # information buffer. # Possible values; error, roster, warning, info, help #information_buffer_type_filter = diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index f13597e8..3f9cd094 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -634,7 +634,7 @@ or the way messages are displayed. 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 + A list of message types separated by colons (":") that should never be displayed in the information buffer. Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help`` |