mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Allow deleting 7 messages at a time permanently
This commit is contained in:
@@ -335,7 +335,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
private NumberFormat NF = NumberFormat.getNumberInstance();
|
||||
|
||||
private static final int MAX_MORE = 100; // messages
|
||||
private static final int MAX_PERMANENT_DELETE = 3; // messages
|
||||
private static final int MAX_PERMANENT_DELETE = 7; // messages
|
||||
private static final int MAX_SEND_RAW = 50; // messages
|
||||
private static final int SWIPE_DISABLE_SELECT_DURATION = 1500; // milliseconds
|
||||
private static final float LUMINANCE_THRESHOLD = 0.7f;
|
||||
|
||||
Reference in New Issue
Block a user