preserve stringlengths when outputting stuff in the imap module
[citadel.git] / citadel / modules / imap / imap_acl.c
index b1c1f0fe869666928d181823272296bde9d051b3..0cd272860dfd887c4cff122d3421360cd7517c02 100644 (file)
@@ -192,7 +192,7 @@ void imap_getacl(int num_parms, ConstStr *Params) {
                        imap_acl_flags(rights, ra);
                        if (StrLength(rights) > 0) {
                                IAPuts(" ");
-                               plain_imap_strout(temp.fullname);
+                               IPutStr(temp.fullname, strlen(temp.fullname));
                                IAPuts(" ");
                                iaputs(SKEY( rights));
                        }