mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Cleanup
This commit is contained in:
parent
e816ca7f1b
commit
97bbb52df3
1 changed files with 0 additions and 2 deletions
|
@ -638,8 +638,6 @@ public class EntityRule {
|
||||||
jaction.put("type", TYPE_MOVE);
|
jaction.put("type", TYPE_MOVE);
|
||||||
jaction.put("target", junk.id);
|
jaction.put("target", junk.id);
|
||||||
|
|
||||||
DB db = DB.getInstance(context);
|
|
||||||
|
|
||||||
EntityRule rule = new EntityRule();
|
EntityRule rule = new EntityRule();
|
||||||
rule.folder = message.folder;
|
rule.folder = message.folder;
|
||||||
rule.name = context.getString(R.string.title_block, name);
|
rule.name = context.getString(R.string.title_block, name);
|
||||||
|
|
Loading…
Reference in a new issue