Fixed a syntax error
authorArt Cancro <ajc@citadel.org>
Thu, 11 Jan 2007 04:47:20 +0000 (04:47 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 11 Jan 2007 04:47:20 +0000 (04:47 +0000)
citadel/imap_acl.c

index 70f7f78cee695f518a09a2ad33ffa8831ad617f2..af497d3d9850499dfdc7b785565bc1e37933a009 100644 (file)
@@ -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) {