mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Allow deleting 7 messages at a time permanently
This commit is contained in:
parent
1ff2bd3c34
commit
7963cc4ff2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue