Browse Source

Add config parameter for ini file

Bernhard Froehlich 3 years ago
parent
commit
7e3dbd515d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config.go

+ 1 - 0
config.go

@@ -47,6 +47,7 @@ var (
 	remotesStr       = flagset.String("remotes", "", "Outgoing SMTP servers")
 	remotesStr       = flagset.String("remotes", "", "Outgoing SMTP servers")
 
 
 	// additional flags
 	// additional flags
+	_                = flagset.String("config", "", "Path to config file (ini format)")
 	versionInfo      = flagset.Bool("version", false, "Show version information")
 	versionInfo      = flagset.Bool("version", false, "Show version information")
 
 
 	// internal
 	// internal