mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
core: set option weechat.look.buffer_search_where to prefix_message by default
This commit is contained in:
@@ -2132,7 +2132,8 @@ config_weechat_init_options ()
|
||||
"buffer_search_where", "integer",
|
||||
N_("default text search in buffer: in message, prefix, prefix and "
|
||||
"message"),
|
||||
"prefix|message|prefix_message", 0, 0, "message", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
"prefix|message|prefix_message", 0, 0, "prefix_message",
|
||||
NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_look_buffer_time_format = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"buffer_time_format", "string",
|
||||
|
||||
Reference in New Issue
Block a user