mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-01 21:28:01 +02:00
AI summarize: select prompt
This commit is contained in:
@@ -1578,7 +1578,7 @@ public class EntityRule {
|
||||
}
|
||||
|
||||
try {
|
||||
Spanned summary = AI.getSummaryText(context, message);
|
||||
Spanned summary = AI.getSummaryText(context, message, -1L);
|
||||
message.preview = (summary == null ? null : summary.toString());
|
||||
} catch (Throwable ex) {
|
||||
message.error = Log.formatThrowable(ex);
|
||||
|
||||
Reference in New Issue
Block a user