diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-05 18:11:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-05 18:11:39 +0200 |
commit | 3c0bdc18f3f99386f57be4cd8e84f99d465a0b20 (patch) | |
tree | 997f196c8f3cae2c00746e3710180aeb18f089a5 /doc/en/autogen/user/xfer_options.adoc | |
parent | 6c23f632b12de9f43026b72626ccbc57cbbd9aa5 (diff) | |
download | weechat-3c0bdc18f3f99386f57be4cd8e84f99d465a0b20.zip |
xfer: add option xfer.file.download_temporary_suffix with default value ".part" (closes #1237)
Diffstat (limited to 'doc/en/autogen/user/xfer_options.adoc')
-rw-r--r-- | doc/en/autogen/user/xfer_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/xfer_options.adoc b/doc/en/autogen/user/xfer_options.adoc index d6e502055..e32581273 100644 --- a/doc/en/autogen/user/xfer_options.adoc +++ b/doc/en/autogen/user/xfer_options.adoc @@ -104,6 +104,12 @@ ** values: any string ** default value: `+"%h/xfer"+` +* [[option_xfer.file.download_temporary_suffix]] *xfer.file.download_temporary_suffix* +** description: pass:none[temporary filename suffix used during the transfer for a file received, it is removed after successful transfer; if empty string, no filename suffix is used during the transfer] +** type: string +** values: any string +** default value: `+".part"+` + * [[option_xfer.file.upload_path]] *xfer.file.upload_path* ** description: pass:none[path for reading files when sending (when no path is specified by user): "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)] ** type: string |