aboutsummaryrefslogtreecommitdiff
path: root/worker/types
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types')
-rw-r--r--worker/types/messages.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 27937ee..02a3119 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -83,8 +83,9 @@ type Directory struct {
type DirectoryInfo struct {
Message
- ReadOnly bool
Flags []string
+ Name string
+ ReadOnly bool
Exists, Recent, Unseen int
}