aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.go b/config.go
index 97e2588..7870a63 100644
--- a/config.go
+++ b/config.go
@@ -32,7 +32,8 @@ var config struct {
Execs string `scfg:"execs"`
} `scfg:"hooks"`
LMTP struct {
- Socket string `scfg:"socket"`
+ Socket string `scfg:"socket"`
+ MaxSize int64 `scfg:"max_size"`
} `scfg:"lmtp"`
Git struct {
RepoDir string `scfg:"repo_dir"`