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 /data | |
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 'data')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 36edf147..96472f49 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,6 +198,11 @@ use_bookmarks_method = # Possible values; error, roster, warning, info, help #information_buffer_popup_on = error roster warning help info +# 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 = + # The time the message will be visible. If the message takes more than # one line, the popup will stay visible two second per additional lines #popup_time = 4 |