Skip to content

Commit

Permalink
fix(thread-info-expunge-moveTo): Added thread information to EXPUNGE …
Browse files Browse the repository at this point in the history
…message called after MoveTo action (#788)
  • Loading branch information
jissepo authored Feb 19, 2025
1 parent 7ed7343 commit 08c5804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/message-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ class MessageHandler {
ignore: options.session && options.session.id,
uid: messageUid,
message: messageId,
thread: message.thread,
unseen,
// modseq is needed to avoid updating mailbox entry
modseq: newModseq
Expand Down

0 comments on commit 08c5804

Please sign in to comment.