diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 15:37:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 15:37:25 +0200 |
commit | e3ff69d6691471466ffb0581b2d5604bdc86b0eb (patch) | |
tree | f4acf2fe7d5d0fc96e76ac12029512e6da906f24 /src | |
parent | 5e1c3b2a2880f19c5d983bacd36a78f1285af0a2 (diff) | |
download | weechat-e3ff69d6691471466ffb0581b2d5604bdc86b0eb.zip |
core: improve help on option weechat.look.hotlist_count_max
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 30132fe66..406d5d581 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2884,8 +2884,11 @@ config_weechat_init_options () config_look_hotlist_count_max = config_file_new_option ( weechat_config_file, ptr_section, "hotlist_count_max", "integer", - N_("max number of messages count to display in hotlist for a buffer " - "(0 = never display messages count)"), + N_("max number of messages count to display in hotlist for a buffer: " + "0 = never display messages count, " + "1 = display count for highlights/private messages, " + "2 = display count for highlight/private messages and messages, " + "3 = display count for all types of messages"), NULL, 0, GUI_HOTLIST_NUM_PRIORITIES, "2", NULL, 0, NULL, NULL, NULL, &config_change_buffer_content, NULL, NULL, |