]> code.citadel.org Git - citadel.git/commitdiff
* imap sucks
authorArt Cancro <ajc@citadel.org>
Mon, 5 Feb 2001 02:29:28 +0000 (02:29 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 5 Feb 2001 02:29:28 +0000 (02:29 +0000)
citadel/serv_imap.c

index 869bba1f3a9653fce9719f794d71b59b3834c8da..0e776b63a0ebdb0bd633f1db55c7256021f4e15a 100644 (file)
@@ -398,7 +398,7 @@ void imap_create(int num_parms, char *parms[]) {
        int flags;
        int newroomtype;
 
-       ret = imap_roomname(roomname, sizeof roomname, parms[1]);
+       ret = imap_roomname(roomname, sizeof roomname, parms[2]);
        if (ret < 0) {
                cprintf("%s NO Invalid mailbox name or location\r\n",
                        parms[0]);