diff options
author | mathieui <mathieui@mathieui.net> | 2016-11-06 18:54:45 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-11-06 18:54:45 +0100 |
commit | 474966c5f71db2e94c397165406a47724beed49b (patch) | |
tree | cd83ddd62f43b764128421d5449404e566b9a94d /doc/source/configuration.rst | |
parent | e708f818260aefbbeb96fd79e2d56769df833708 (diff) | |
parent | 62a04803f0201cf06a21c835dccc219e682e6f3b (diff) | |
download | poezio-474966c5f71db2e94c397165406a47724beed49b.tar.gz poezio-474966c5f71db2e94c397165406a47724beed49b.tar.bz2 poezio-474966c5f71db2e94c397165406a47724beed49b.tar.xz poezio-474966c5f71db2e94c397165406a47724beed49b.zip |
Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio
Diffstat (limited to 'doc/source/configuration.rst')
-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 2d5761b8..8d88a071 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 separated by colons (":") 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`` |