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/ja/autogen | |
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/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/xfer_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/xfer_options.adoc b/doc/ja/autogen/user/xfer_options.adoc index 660f88d4d..d5050dde1 100644 --- a/doc/ja/autogen/user/xfer_options.adoc +++ b/doc/ja/autogen/user/xfer_options.adoc @@ -104,6 +104,12 @@ ** 値: 未制約文字列 ** デフォルト値: `+"%h/xfer"+` +* [[option_xfer.file.download_temporary_suffix]] *xfer.file.download_temporary_suffix* +** 説明: 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] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+".part"+` + * [[option_xfer.file.upload_path]] *xfer.file.upload_path* ** 説明: pass:none[送信時に読み込むファイルのパス (ユーザがパスを指定しなかった場合に使われます): 文字列最初の "%h" は WeeChat ホームに置換されます (デフォルトでは "~/.weechat" に置換されます) (注意: 内容は評価されます、/help eval 参照)] ** タイプ: 文字列 |