mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-29 16:34:37 +08:00
normalize subject for threading
This commit is contained in:
parent
d3d441bfc0
commit
b89aa5e51c
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ class MessageHandler {
|
|||
}
|
||||
|
||||
subject = this.normalizeSubject(subject, {
|
||||
removePrefix: false
|
||||
removePrefix: true
|
||||
});
|
||||
|
||||
let flags = [].concat(options.flags || []);
|
||||
|
|
Loading…
Add table
Reference in a new issue