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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user