mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-04 03:45:19 +08:00
normalize subject for threading
This commit is contained in:
parent
22448728e6
commit
d3d441bfc0
1 changed files with 1 additions and 0 deletions
|
@ -1090,6 +1090,7 @@ class MessageHandler {
|
|||
)
|
||||
);
|
||||
|
||||
subject = this.normalizeSubject(subject, { removePrefix: true });
|
||||
referenceIds = Array.from(referenceIds).slice(0, 10);
|
||||
|
||||
// most messages are not threaded, so an upsert call should be ok to make
|
||||
|
|
Loading…
Reference in a new issue