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/fr/autogen/user/weechat_options.txt | |
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/fr/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 3be4bf6da..106dc7a37 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -324,10 +324,15 @@ ** valeurs: 0 .. 2147483647 (valeur par défaut: `100`) * *weechat.history.max_lines* -** description: `nombre maximum de lignes dans l'historique (0 = sans limite)` +** description: `nombre maximum de lignes dans l'historique par tampon (0 = sans limite)` ** type: entier ** valeurs: 0 .. 2147483647 (valeur par défaut: `4096`) +* *weechat.history.max_minutes* +** description: `nombre maximum de minutes dans l'historique par tampon (0 = sans limite, exemples: 1440 = une journée, 10080 = une semaine, 43200 = un mois, 525600 = une année)` +** type: entier +** valeurs: 0 .. 2147483647 (valeur par défaut: `0`) + * *weechat.history.max_visited_buffers* ** description: `nombre maximum de tampons visités à garder en mémoire` ** type: entier |