diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-01 19:30:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-01 19:30:30 +0100 |
commit | d16d11b392c0dca80f273644cece9bee8a1ba63a (patch) | |
tree | c99525424bb8b9910d56acce49f3af65990456f1 /doc/en/autogen | |
parent | 239b48a644bc4cabb4fc339991f02baa0a041399 (diff) | |
download | weechat-d16d11b392c0dca80f273644cece9bee8a1ba63a.zip |
core: add option weechat.history.max_minutes: maximum number of minutes in history per buffer (task #10900) (patch from Quentin Pradet)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 056f1d811..3ed8e3929 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -328,6 +328,11 @@ ** type: integer ** values: 0 .. 2147483647 (default value: `4096`) +* *weechat.history.max_minutes* +** description: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)` +** type: integer +** values: 0 .. 2147483647 (default value: `0`) + * *weechat.history.max_visited_buffers* ** description: `maximum number of visited buffers to keep in memory` ** type: integer |