mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-31 04:33:09 +08:00
u
This commit is contained in:
parent
0b816b00b7
commit
d0d6072f1b
1 changed files with 9 additions and 1 deletions
10
indexes.json
10
indexes.json
|
@ -94,7 +94,15 @@
|
|||
"name": "by_idate",
|
||||
"key": {
|
||||
"mailbox": 1,
|
||||
"idate": 1
|
||||
"idate": 1,
|
||||
"_id": 1
|
||||
}
|
||||
}, {
|
||||
"name": "by_idate_newer",
|
||||
"key": {
|
||||
"mailbox": 1,
|
||||
"idate": -1,
|
||||
"_id": -1
|
||||
}
|
||||
}, {
|
||||
"name": "by_idate_newer",
|
||||
|
|
Loading…
Reference in a new issue