mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Suppress multiple notification sounds for POP3 accounts
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user