rclone/cmd/cmount
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
..
fs.go build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
mount_test.go mounttest: reduce duplicated code and improve test output #2154 2018-04-08 15:04:14 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
mount.go mount,cmount: make --noappledouble --noapplexattr and change defaults #2287 2018-05-07 20:37:09 +01:00