mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Added swipe to set importance
This commit is contained in:
@@ -2122,6 +2122,11 @@ public class FragmentAccount extends FragmentBase {
|
||||
flag.name = context.getString(R.string.title_flag);
|
||||
folders.add(flag);
|
||||
|
||||
EntityFolder importance = new EntityFolder();
|
||||
importance.id = EntityMessage.SWIPE_ACTION_IMPORTANCE;
|
||||
importance.name = context.getString(R.string.title_set_importance);
|
||||
folders.add(importance);
|
||||
|
||||
EntityFolder snooze = new EntityFolder();
|
||||
snooze.id = EntityMessage.SWIPE_ACTION_SNOOZE;
|
||||
snooze.name = context.getString(R.string.title_snooze_now);
|
||||
|
||||
Reference in New Issue
Block a user