Browse Source

Add config parameter for ini file

Bernhard Froehlich 3 năm trước cách đây
mục cha
commit
7e3dbd515d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      config.go

+ 1 - 0
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