mirror of
https://github.com/mjl-/mox.git
synced 2025-01-14 01:06:27 +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,
|
CreateSeq: m.CreateSeq,
|
||||||
ModSeq: m.ModSeq,
|
ModSeq: m.ModSeq,
|
||||||
Expunged: true,
|
Expunged: true,
|
||||||
|
ThreadID: m.ThreadID,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue