mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added notification log type
This commit is contained in:
@@ -62,7 +62,7 @@ public class EntityLog {
|
||||
@NonNull
|
||||
public String data;
|
||||
|
||||
enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification}
|
||||
enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification}
|
||||
|
||||
private static final ExecutorService executor =
|
||||
Helper.getBackgroundExecutor(1, "log");
|
||||
|
||||
Reference in New Issue
Block a user