mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Use answer name as subject
This commit is contained in:
@@ -298,7 +298,7 @@ public class EntityRule {
|
||||
if (identity == null)
|
||||
throw new IllegalArgumentException("Rule identity not found");
|
||||
|
||||
String body = EntityAnswer.getAnswerText(db, aid, message.from);
|
||||
String body = EntityAnswer.getAnswerText(context, aid, message.from);
|
||||
if (body == null)
|
||||
throw new IllegalArgumentException("Rule answer not found");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user