Commit eb4bee8b eb4bee8b6d22077fa194022e47d5af7ed855e229 by Sergey Poznyakoff

Added `auth' capability.

1 parent 86ea5d1d
...@@ -90,6 +90,7 @@ static struct argp argp = { ...@@ -90,6 +90,7 @@ static struct argp argp = {
90 90
91 static const char *argp_capa[] = { 91 static const char *argp_capa[] = {
92 "mailutils", 92 "mailutils",
93 "auth",
93 "logging", 94 "logging",
94 NULL 95 NULL
95 }; 96 };
......