diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-06 19:29:08 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-06 19:29:08 +0100 |
commit | dc2365104f0d6dcfa9a0cc3355cd446c4c171d10 (patch) | |
tree | a6e57ea229b26002b9dd03c9ca1ae0001c765473 /doc/en | |
parent | 6fbba54bf0887c294b96ae1c48ec86130427ecf2 (diff) | |
download | weechat-dc2365104f0d6dcfa9a0cc3355cd446c4c171d10.zip |
core: add option weechat.look.hotlist_add_conditions, remove option weechat.look.hotlist_add_buffer_if_away
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 013d195c8..c670a89e0 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -558,10 +558,10 @@ ** type: string ** values: any string (default value: `""`) -* [[option_weechat.look.hotlist_add_buffer_if_away]] *weechat.look.hotlist_add_buffer_if_away* -** description: `add any buffer to hotlist (including current or visible buffers) if local variable "away" is set on buffer` -** type: boolean -** values: on, off (default value: `on`) +* [[option_weechat.look.hotlist_add_conditions]] *weechat.look.hotlist_add_conditions* +** description: `conditions to add a buffer in hotlist (if notify level is OK for the buffer); you can use in these conditions: "window" (current window pointer), "buffer" (buffer pointer to add in hotlist), "priority" (0 = low, 1 = message, 2 = private, 3 = highlight); by default a buffer is added to hotlist if you are away, or if the buffer is not visible on screen (not displayed in any window)` +** type: string +** values: any string (default value: `"${away} || ${buffer.num_displayed} == 0"`) * [[option_weechat.look.hotlist_buffer_separator]] *weechat.look.hotlist_buffer_separator* ** description: `string displayed between buffers in hotlist` |