From 3e47e9c3e36bd74c5b3f9ef558e061b5fec4eab3 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 3 Mar 2010 22:24:38 +0100 Subject: [PATCH] Set option weechat.look.read_marker_always_show to off by default --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index eeb603dcf..bccc339a0 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1411,7 +1411,7 @@ config_weechat_init_options () weechat_config_file, ptr_section, "read_marker_always_show", "boolean", N_("always show read marker, even if it is after last buffer line"), - NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); + NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_save_config_on_exit = config_file_new_option ( weechat_config_file, ptr_section, "save_config_on_exit", "boolean",