aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-13 17:56:20 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-13 17:56:20 +0800
commit7d8ec380749cdd90a6e8c07529574007a527e9ec (patch)
tree6c3cae1a0c6dce6f846d7d063dfe9f0e22e2ae72 /main.go
parentserve_mx stuff rename (diff)
downloadmaild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.gz
maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.zst
maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.zip
Actually I'll do it manually instead of using go-imap
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{})