* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameter...
[citadel.git] / citadel / modules / imap / imap_acl.c
index 55a010982ec870d2851a8c753800fed8badf6f68..3b5d44c88a8d3568153ee6c29e89994a76f5589a 100644 (file)
@@ -230,7 +230,7 @@ void imap_listrights(int num_parms, char *parms[]) {
         * Search for the specified user
         */
        ret = (-1);
-       valid = validate_recipients(parms[3]);
+       valid = validate_recipients(parms[3], 0);
        if (valid != NULL) {
                if (valid->num_local == 1) {
                        ret = getuser(&temp, valid->recp_local);