mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 12:58:16 +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
@ -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…
x
Reference in New Issue
Block a user