aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index d4b3696..51540f9 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,6 @@ func main() {
clog.Fatal(1, "Error while loading configuration file: "+err.Error())
}
- go serve_imap()
go serve_mx()
deadlock := make(chan struct{})