imap acl ... when outputting the 't' right, also
authorArt Cancro <ajc@citadel.org>
Mon, 5 Mar 2007 20:29:49 +0000 (20:29 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Mar 2007 20:29:49 +0000 (20:29 +0000)
output the obsolete 'd' right as well.  keeps mutt happy.'

citadel/imap_acl.c

index a9756ba2d6155cca9d661981e189f416516ed1b7..fdda833bb9c5df9462eb8f5978061a2715f474be 100644 (file)
@@ -111,6 +111,7 @@ void imap_acl_flags(char *rights, int ra)
                /* t - delete messages (set/clear \Deleted flag) */
                if (ra & UA_DELETEALLOWED) {
                        strcat(rights, "t");
+                       strcat(rights, "d");
                }
 
                /* a - administer (perform SETACL/DELETEACL/GETACL/LISTRIGHTS) */