mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-31 04:33:09 +08:00
v1.0.46
This commit is contained in:
parent
b5a8eb4405
commit
b56e516843
2 changed files with 3 additions and 2 deletions
|
@ -315,7 +315,8 @@ class MessageHandler {
|
|||
|
||||
if (options.skipExisting) {
|
||||
// message already exists, just skip it
|
||||
return callback(null, false, {
|
||||
return callback(null, true, {
|
||||
uid: existing.uid,
|
||||
id: existing._id
|
||||
});
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.0.45",
|
||||
"version": "1.0.46",
|
||||
"description": "IMAP server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue