Commit 1192cc21 1192cc2195dd117788fe5acb91b79aab84b64d75 by Sergey Poznyakoff

(mail_capa): Added "mailbox" capability.

1 parent 989d7417
...@@ -170,6 +170,7 @@ static struct argp argp = { ...@@ -170,6 +170,7 @@ static struct argp argp = {
170 static const char *mail_capa[] = { 170 static const char *mail_capa[] = {
171 "common", 171 "common",
172 "license", 172 "license",
173 "mailbox",
173 NULL 174 NULL
174 }; 175 };
175 176
......