diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-06 11:21:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-06 11:21:12 +0100 |
commit | 646a0725119330e518495018ea911fc6b144c83c (patch) | |
tree | 8f32b506bfa819dbbb7acc04a28a76f28e4b28ae /doc/en/autogen/user/xfer_options.txt | |
parent | 0ac504a18ba2afe5410494d249d001de724c4125 (diff) | |
download | weechat-646a0725119330e518495018ea911fc6b144c83c.zip |
xfer: add option xfer.file.auto_check_crc32 (patch #7963)
Thanks to Andrew Potter for the patch.
Diffstat (limited to 'doc/en/autogen/user/xfer_options.txt')
-rw-r--r-- | doc/en/autogen/user/xfer_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/xfer_options.txt b/doc/en/autogen/user/xfer_options.txt index 254288cc4..8cbd1c6b8 100644 --- a/doc/en/autogen/user/xfer_options.txt +++ b/doc/en/autogen/user/xfer_options.txt @@ -58,6 +58,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_xfer.file.auto_check_crc32]] *xfer.file.auto_check_crc32* +** description: `automatically check CRC32 file checksum if it is found in the filename (8 hexadecimal chars)` +** type: boolean +** values: on, off (default value: `off`) + * [[option_xfer.file.auto_rename]] *xfer.file.auto_rename* ** description: `rename incoming files if already exists (add ".1", ".2", ...)` ** type: boolean |