This commit is contained in:
Andris Reinman 2019-03-20 15:12:11 +02:00
parent 8f7b184cd1
commit bc59ac1451
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ class MailboxHandler {
}
// delete matching filters as well
this.database.collection('filters').deleteOne(
this.database.collection('filters').deleteMany(
{
user,
'action.mailbox': mailbox

View file

@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.15.0",
"version": "1.15.1",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {