File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -422,13 +422,15 @@ Local
422
422
:param fileext: The file extension to use (e.g. ``.txt ``). Contained in the
423
423
href, so if you change the file extension after a sync, this will
424
424
trigger a re-download of everything (but *should * not cause data-loss
425
- of any kind).
425
+ of any kind). To be compatible with the ``vset to the empty string `` format you have
426
+ to either use ``.vcf `` or ``.ics ``. Note that metasync won't work
427
+ if you use an empty string here.
426
428
:param encoding: File encoding for items, both content and filename.
427
429
:param post_hook: A command to call for each item creation and
428
430
modification. The command will be called with the path of the
429
431
new/updated file.
430
- :param fileeignoreext: The file extention to ignore,
431
- the default is ``.tmp ``.
432
+ :param fileeignoreext: The file extention to ignore. It is only useful
433
+ if fileext is set to the empty string. The default is ``.tmp ``.
432
434
433
435
.. storage :: singlefile
434
436
You can’t perform that action at this time.
0 commit comments