From 49a211d3d82017952f6cb002395c4f2e38a7175b Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 18 Mar 2021 23:44:41 +0100 Subject: [PATCH] Remove unused error --- imaputils/connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/imaputils/connection.go b/imaputils/connection.go index 51ccce3..d4b71df 100644 --- a/imaputils/connection.go +++ b/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 {