mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Experiment
This commit is contained in:
@@ -5984,6 +5984,12 @@ class Core {
|
||||
// Device
|
||||
if (!notify_messaging) {
|
||||
StringBuilder sbm = new StringBuilder();
|
||||
|
||||
if (message.keywords != null && BuildConfig.DEBUG)
|
||||
for (String keyword : message.keywords)
|
||||
if (keyword.startsWith("!"))
|
||||
sbm.append(Html.escapeHtml(keyword)).append(": ");
|
||||
|
||||
if (!TextUtils.isEmpty(message.subject))
|
||||
sbm.append("<em>").append(Html.escapeHtml(message.subject)).append("</em>").append("<br>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user