when expunging a message, keep its threadid

we will need it for jmap, which needs history for threads
This commit is contained in:
Mechiel Lukkien 2023-10-24 13:16:00 +02:00
parent 7b047ed28d
commit 8a866a60dc
No known key found for this signature in database

View file

@ -564,6 +564,7 @@ func (m *Message) PrepareExpunge() {
CreateSeq: m.CreateSeq,
ModSeq: m.ModSeq,
Expunged: true,
ThreadID: m.ThreadID,
}
}