aboutsummaryrefslogtreecommitdiffstats
path: root/worker/mbox/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/mbox/create.go')
-rw-r--r--worker/mbox/create.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/worker/mbox/create.go b/worker/mbox/create.go
index 7c4d9f7b..266398ab 100644
--- a/worker/mbox/create.go
+++ b/worker/mbox/create.go
@@ -8,7 +8,6 @@ import (
)
func createMailboxContainer(path string) (*mailboxContainer, error) {
-
file, err := os.Open(path)
if err != nil {
return nil, err