mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-31 04:33:09 +08:00
added index for sorting by idate, _id
This commit is contained in:
parent
b5ffa5c973
commit
a80b7d2b36
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@
|
|||
"mailbox": 1,
|
||||
"idate": 1
|
||||
}
|
||||
}, {
|
||||
"name": "by_idate_newer",
|
||||
"key": {
|
||||
"mailbox": 1,
|
||||
"idate": -1,
|
||||
"_uid": -1
|
||||
}
|
||||
}, {
|
||||
"name": "by_hdate",
|
||||
"key": {
|
||||
|
|
Loading…
Reference in a new issue