mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Small fixes and improvements
This commit is contained in:
@@ -134,7 +134,7 @@ public class EntityRule {
|
||||
try {
|
||||
JSONObject jargs = new JSONObject(action);
|
||||
int type = jargs.getInt("type");
|
||||
Log.i("Executing rule=" + type + " message=" + message.id);
|
||||
Log.i("Executing rule=" + type + ":" + name + " message=" + message.id);
|
||||
|
||||
switch (type) {
|
||||
case TYPE_SEEN:
|
||||
|
||||
Reference in New Issue
Block a user