diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 12:29:43 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 12:29:43 +0200 |
commit | 3402de02b079f36d4abd5d0b1942564fe1575b25 (patch) | |
tree | 47078c4b377460031bd48251ac7397f96a75663e /src/core | |
parent | 6cc44124cb98bb2083878b6805ecf92e1f50f559 (diff) | |
download | weechat-3402de02b079f36d4abd5d0b1942564fe1575b25.zip |
Add help about values for /help weechat.look.buffer_notify_default
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 9953f50e5..f29aa81ff 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1246,7 +1246,9 @@ config_weechat_init_options () "buffer_notify_default", "integer", N_("default notify level for buffers (used to tell WeeChat if buffer " "must be displayed in hotlist or not, according to importance " - "of message)"), + "of message): all=all messages (default), " + "message=messages+highlights, highlight=highlights only, " + "none=never display in hotlist"), "none|highlight|message|all", 0, 0, "all", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_buffer_time_format = config_file_new_option ( |