mirror of https://github.com/M66B/FairEmail.git
Suppress multiple notification sounds for POP3 accounts
This commit is contained in:
parent
47e8bc4b40
commit
aae6d1ff0d
|
@ -2188,8 +2188,6 @@ class Core {
|
|||
imessages = Arrays.copyOfRange(imessages,
|
||||
imessages.length - account.max_messages, imessages.length);
|
||||
|
||||
db.folder().setFolderSyncState(folder.id, "downloading");
|
||||
|
||||
boolean hasUidl = caps.containsKey("UIDL");
|
||||
if (hasUidl) {
|
||||
FetchProfile ifetch = new FetchProfile();
|
||||
|
|
Loading…
Reference in New Issue