1
0
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:
Sebastien Helleu
2014-03-07 20:47:28 +01:00
parent f62472e377
commit 32703ae42b
8 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -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",