diff cmd/sievemgr/main.go @ 22:fc5e6970a0d5 default tip

Add support for specifying an authorization identity on the command line
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Wed, 17 Feb 2021 07:50:55 +0100
parents 44c07eb8ef08
children
line wrap: on
line diff
--- a/cmd/sievemgr/main.go	Wed Feb 03 13:49:51 2021 +0100
+++ b/cmd/sievemgr/main.go	Wed Feb 17 07:50:55 2021 +0100
@@ -48,6 +48,7 @@
 var (
 	confFilename   string
 	acctName       string
+	authzID        string
 )
 
 var conf config.Configuration