Made doc more clear on how to configure information_popup_type_filter
This commit is contained in:
parent
3c894ea558
commit
62a04803f0
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ use_bookmarks_method =
|
||||||
# Possible values; error, roster, warning, info, help
|
# Possible values; error, roster, warning, info, help
|
||||||
#information_buffer_popup_on = error roster warning help info
|
#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.
|
# information buffer.
|
||||||
# Possible values; error, roster, warning, info, help
|
# Possible values; error, roster, warning, info, help
|
||||||
#information_buffer_type_filter =
|
#information_buffer_type_filter =
|
||||||
|
|
|
@ -634,7 +634,7 @@ or the way messages are displayed.
|
||||||
Some informational messages (error, a contact getting connected, etc)
|
Some informational messages (error, a contact getting connected, etc)
|
||||||
are sometimes added to the information buffer.
|
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.
|
buffer.
|
||||||
Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help``
|
Possible values: ``error``, ``roster``, ``warning``, ``info``, ``help``
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue