mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Disable search IMAP logging
This commit is contained in:
@@ -309,7 +309,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
final boolean debug = (prefs.getBoolean("debug", false) || BuildConfig.BETA_RELEASE);
|
||||
boolean debug = prefs.getBoolean("debug", false);
|
||||
|
||||
final EntityFolder browsable = db.folder().getBrowsableFolder(folder, criteria != null);
|
||||
if (browsable == null || !browsable.selectable) {
|
||||
|
||||
Reference in New Issue
Block a user