mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Check with rule name
This commit is contained in:
@@ -1396,6 +1396,7 @@ public class FragmentRule extends FragmentBase {
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("folder", folder);
|
||||
args.putString("name", etName.getText().toString());
|
||||
args.putBoolean("daily", cbDaily.isChecked());
|
||||
args.putString("condition", jcondition.toString());
|
||||
args.putString("action", jaction.toString());
|
||||
|
||||
Reference in New Issue
Block a user