mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
when expunging a message, keep its threadid
we will need it for jmap, which needs history for threads
This commit is contained in:
parent
7b047ed28d
commit
8a866a60dc
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ func (m *Message) PrepareExpunge() {
|
|||
CreateSeq: m.CreateSeq,
|
||||
ModSeq: m.ModSeq,
|
||||
Expunged: true,
|
||||
ThreadID: m.ThreadID,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue