mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added summarize rule action
This commit is contained in:
@@ -616,6 +616,8 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
||||
return R.string.title_rule_url;
|
||||
case EntityRule.TYPE_SILENT:
|
||||
return R.string.title_rule_silent;
|
||||
case EntityRule.TYPE_SUMMARIZE:
|
||||
return R.string.title_rule_summarize;
|
||||
default:
|
||||
throw new IllegalArgumentException("Unknown action type=" + type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user