diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ func main() { clog.Fatal(1, "Error while loading configuration file: "+err.Error()) } + go serve_imap() go serve_mx() deadlock := make(chan struct{}) |