Commit eb4bee8b eb4bee8b6d22077fa194022e47d5af7ed855e229 by Sergey Poznyakoff

Added `auth' capability.

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