From 09ceac3a3684d20610c0466b5fe3223ca77d766f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 1 Apr 2025 02:02:35 +0800 Subject: Stub LMTP listener --- config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index 1973f3d..97e2588 100644 --- a/config.go +++ b/config.go @@ -31,6 +31,9 @@ var config struct { Socket string `scfg:"socket"` Execs string `scfg:"execs"` } `scfg:"hooks"` + LMTP struct { + Socket string `scfg:"socket"` + } `scfg:"lmtp"` Git struct { RepoDir string `scfg:"repo_dir"` } `scfg:"git"` -- cgit v1.2.3