rclone/cmd/mountlib
Nick Craig-Wood 9d8d7ae1f0 mount,cmount: make --noappledouble --noapplexattr and change defaults #2287
Before this change we would unconditionally set the OSXFUSE options
noappledouble and noapplexattr.

However the noapplexattr options caused problems with copies in the
Finder.

Now the default for noapplexattr is false so we don't add the option
by default and the user can override the defaults using the
--noappledouble and --noapplexattr flags.
2018-05-07 20:37:09 +01:00
..
mounttest vfs: Only make the VFS cache if --vfs-cache-mode > Off 2018-04-16 17:06:41 +01:00
daemon.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
daemon_unix.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
mount.go mount,cmount: make --noappledouble --noapplexattr and change defaults #2287 2018-05-07 20:37:09 +01:00