aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--worker/types/messages.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index a414eb26..acd515f2 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -165,6 +165,12 @@ type CopyMessages struct {
Uids []uint32
}
+type MoveMessages struct {
+ Message
+ Destination string
+ Uids []uint32
+}
+
type AppendMessage struct {
Message
Destination string
@@ -231,6 +237,12 @@ type MessagesCopied struct {
Uids []uint32
}
+type MessagesMoved struct {
+ Message
+ Destination string
+ Uids []uint32
+}
+
type ModifyLabels struct {
Message
Uids []uint32