Skip to content

Commit 08c5804

Browse files
authored
fix(thread-info-expunge-moveTo): Added thread information to EXPUNGE message called after MoveTo action (#788)
1 parent 7ed7343 commit 08c5804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/message-handler.js

+1
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ class MessageHandler {
11851185
ignore: options.session && options.session.id,
11861186
uid: messageUid,
11871187
message: messageId,
1188+
thread: message.thread,
11881189
unseen,
11891190
// modseq is needed to avoid updating mailbox entry
11901191
modseq: newModseq

0 commit comments

Comments
 (0)