Browse Source

Remove unused error

Blallo 3 years ago
parent
commit
49a211d3d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      imaputils/connection.go

+ 0 - 1
imaputils/connection.go

@@ -10,7 +10,6 @@ import (
 	"github.com/emersion/go-imap/client"
 )
 
-var ErrMissingConfig = errors.New("missing configuration stanza")
 var ErrUnencrypted = errors.New("the connection is unencrypted")
 
 type IMAPConnection struct {