From c33b9528e74b5b518ed4bc419e3c5cad4df457b0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 11 Jan 2007 04:47:20 +0000 Subject: [PATCH] Fixed a syntax error --- citadel/imap_acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/imap_acl.c b/citadel/imap_acl.c index 70f7f78ce..af497d3d9 100644 --- a/citadel/imap_acl.c +++ b/citadel/imap_acl.c @@ -143,7 +143,7 @@ void imap_getacl(int num_parms, char *parms[]) { */ /* Never granted in Citadel because our store doesn't support other flags */ - /* i - insert (perform APPEND, COPY into mailbox) */ + /* i - insert (perform APPEND, COPY into mailbox) * p - post (send mail to submission address for mailbox, not enforced by IMAP) */ if (ra & UA_POSTALLOWED) { -- 2.39.2