mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Added ignore rule action
This commit is contained in:
@@ -127,6 +127,9 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
||||
case EntityRule.TYPE_UNSEEN:
|
||||
tvAction.setText(R.string.title_rule_unseen);
|
||||
break;
|
||||
case EntityRule.TYPE_IGNORE:
|
||||
tvAction.setText(R.string.title_rule_ignore);
|
||||
break;
|
||||
case EntityRule.TYPE_SNOOZE:
|
||||
tvAction.setText(R.string.title_rule_snooze);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user