summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-03 22:24:38 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-03-03 22:24:38 +0100
commit3e47e9c3e36bd74c5b3f9ef558e061b5fec4eab3 (patch)
tree862740f11cae8ef3137d2d3d52f7a896fca73e53
parent4faa3c772b801c44fd59bac2b77021b52381b07e (diff)
downloadweechat-3e47e9c3e36bd74c5b3f9ef558e061b5fec4eab3.zip
Set option weechat.look.read_marker_always_show to off by default
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
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",