Change default pEp folder visiblity to visible.
This is necessary so users can more easily search encrypted emails.
--- a/PEPSettings.cs Wed Nov 02 19:19:13 2016 +0100
+++ b/PEPSettings.cs Thu Nov 03 16:45:27 2016 +0100
@@ -66,7 +66,7 @@
public const bool IS_KEY_SERVER_USED_DEFAULT = false;
public const bool IS_NEVER_UNSECURE_OPTION_VISIBLE_DEFAULT = false;
public const bool IS_PASSIVE_MODE_ENABLED_DEFAULT = false;
- public const bool IS_PEP_FOLDER_VISIBLE_DEFAULT = false;
+ public const bool IS_PEP_FOLDER_VISIBLE_DEFAULT = true;
public const bool IS_READER_SPLASH_ENABLED_DEFAULT = true;
#if READER_RELEASE_MODE
public const bool IS_SECURITY_LOSS_WARNING_ENABLED_DEFAULT = true;