OCC::FolderDefinition has a member called isClientSideEncrypted
that was introduced by commit
9318c487b9 but has not been used
in any way since.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
bool paused;
/// whether the folder syncs hidden files
bool ignoreHiddenFiles;
- /// the folder has client side encryption
- bool isClientSideEncrypted;
/// The CLSID where this folder appears in registry for the Explorer navigation pane entry.
QUuid navigationPaneClsid;