mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Optimization
This commit is contained in:
@@ -1006,11 +1006,7 @@ public class EntityRule {
|
||||
throw new IllegalArgumentException("Rule template not found name=" + rule.name);
|
||||
}
|
||||
|
||||
EntityFolder outbox = db.folder().getOutbox();
|
||||
if (outbox == null) {
|
||||
outbox = EntityFolder.getOutbox();
|
||||
outbox.id = db.folder().insertFolder(outbox);
|
||||
}
|
||||
EntityFolder outbox = EntityFolder.getOutbox(context);
|
||||
|
||||
Address[] from = new InternetAddress[]{new InternetAddress(identity.email, identity.name, StandardCharsets.UTF_8.name())};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user