mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added logging
This commit is contained in:
@@ -2760,6 +2760,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
if (update)
|
||||
db.message().updateMessage(message);
|
||||
else
|
||||
Log.i(folder.name + " unchanged uid=" + uid);
|
||||
}
|
||||
|
||||
List<String> fkeywords = new ArrayList<>(Arrays.asList(folder.keywords));
|
||||
|
||||
Reference in New Issue
Block a user