harababurel / gcsf

a FUSE file system based on Google Drive
MIT License
2.36k stars 88 forks source link

Fix Bug and add two config options #55

Closed platinum55 closed 5 years ago

platinum55 commented 5 years ago

hello,

this fixes bug https://github.com/harababurel/gcsf/issues/47 and adds two config options:

cheers

harababurel commented 5 years ago

Thanks for this contribution, it's much appreciated! I have merged your branch and released a new version: 0.1.22 (crates.io)

I also made a few changes, most notably changing delete_permanent into skip_trash. This clears up come confusion, because even with delete_permanent = false trashed files can be deleted permanently.