aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
authorDaniel Bridges <bridges2@gmail.com>2019-07-10 21:49:09 -0700
committerDrew DeVault <sir@cmpwn.com>2019-07-11 19:38:40 -0400
commit06da4512b98e6dd0526522f5350d22555d7e5d83 (patch)
tree26950235ff318678e66205ef553b17f14f49a716 /worker/types/messages.go
parent0b3aca4167c72a7ab765cf8228bdc8b5b25614cf (diff)
#190 Handle gmail duplicate folder
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index bab14e0..34a1e5c 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -90,6 +90,7 @@ type SearchDirectory struct {
type CreateDirectory struct {
Message
Directory string
+ Quiet bool
}
type FetchMessageHeaders struct {