X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_acl.c;fp=citadel%2Fmodules%2Fimap%2Fimap_acl.c;h=0cd272860dfd887c4cff122d3421360cd7517c02;hp=b1c1f0fe869666928d181823272296bde9d051b3;hb=2b80e75820618944e1c75b9c01aeeefc8b6b0c81;hpb=beb1318d129b2d470b6e0d138e2b302953e66dd3 diff --git a/citadel/modules/imap/imap_acl.c b/citadel/modules/imap/imap_acl.c index b1c1f0fe8..0cd272860 100644 --- a/citadel/modules/imap/imap_acl.c +++ b/citadel/modules/imap/imap_acl.c @@ -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)); }