1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

core: improve help on option weechat.look.hotlist_count_max

This commit is contained in:
Sébastien Helleu
2018-03-31 15:37:25 +02:00
parent 5e1c3b2a28
commit e3ff69d669
20 changed files with 91 additions and 143 deletions
+5 -2
View File
@@ -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,