From 7e3dbd515d9a52c978b6139f5e0980fd80207978 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 23 May 2022 14:29:06 +0000 Subject: [PATCH] Add config parameter for ini file --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 0c8bff2..7eeb80c 100644 --- a/config.go +++ b/config.go @@ -47,6 +47,7 @@ var ( remotesStr = flagset.String("remotes", "", "Outgoing SMTP servers") // additional flags + _ = flagset.String("config", "", "Path to config file (ini format)") versionInfo = flagset.Bool("version", false, "Show version information") // internal