Searched defs:vpop_str (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Duserdb-vpopmail.c55 userdb_vpopmail_get_quota(const char *template, const char *vpop_str, argument
61 if (template == NULL || *vpop_str == '\0' ||
62 strcmp(vpop_str, "NOQUOTA") == 0) {
69 tab[0].value = format_maildirquota(vpop_str);

Completed in 32 milliseconds