mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Gmail delete all only when expunge is enabled
This commit is contained in:
@@ -1863,7 +1863,7 @@ class Core {
|
||||
}
|
||||
|
||||
try {
|
||||
if (account.isGmail() && gmail_delete_all) {
|
||||
if (perform_expunge && account.isGmail() && gmail_delete_all) {
|
||||
EntityFolder trash = db.folder().getFolderByType(account.id, EntityFolder.TRASH);
|
||||
if (trash != null) {
|
||||
Map<String, Long> folders = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user