aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap
diff options
context:
space:
mode:
Diffstat (limited to 'worker/imap')
-rw-r--r--worker/imap/list.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/worker/imap/list.go b/worker/imap/list.go
index b1bc65a1..07aa2971 100644
--- a/worker/imap/list.go
+++ b/worker/imap/list.go
@@ -24,8 +24,7 @@ func (imapw *IMAPWorker) handleListDirectories(msg *types.ListDirectories) {
imapw.worker.PostMessage(&types.Directory{
Message: types.RespondTo(msg),
Dir: &models.Directory{
- Name: mbox.Name,
- Attributes: mbox.Attributes,
+ Name: mbox.Name,
},
}, nil)
}