mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Disabled quick remove
This commit is contained in:
parent
0e049880bb
commit
dbf4b757dd
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ class Core {
|
|||
EntityAccount account = db.account().getAccount(folder.account);
|
||||
|
||||
try {
|
||||
if (removed) {
|
||||
if (removed && BuildConfig.DEBUG) {
|
||||
db.message().deleteMessage(folder.id, uid);
|
||||
throw new MessageRemovedException("removed uid=" + uid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue