Set AnsweredFlag on successful reply

This commit is contained in:
Srivathsan Murali 2020-05-25 16:59:48 +02:00 committed by Drew DeVault
commit b1eb7ad18d
11 changed files with 179 additions and 0 deletions
worker/types

View file

@ -120,6 +120,12 @@ type ReadMessages struct {
Uids []uint32
}
type AnsweredMessages struct {
Message
Answered bool
Uids []uint32
}
type CopyMessages struct {
Message
Destination string