mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Enable unzip by default
This commit is contained in:
@@ -3377,7 +3377,7 @@ public class MessageHelper {
|
||||
|
||||
else if ("application/zip".equals(local.type)) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean unzip = prefs.getBoolean("unzip", false);
|
||||
boolean unzip = prefs.getBoolean("unzip", true);
|
||||
|
||||
if (unzip) {
|
||||
// https://developer.android.com/reference/java/util/zip/ZipInputStream
|
||||
|
||||
Reference in New Issue
Block a user