And a few more things comply with the coding style.
[citadel.git] / citadel / modules / imap / serv_imap.c
index 1322bc45389664f8d0f920b7633becd9bc1d1d0e..e7e9ad901f0c00c5b5d05597464bd2f92829cb99 100644 (file)
@@ -720,7 +720,7 @@ void imap_select(int num_parms, char *parms[])
 
        /* Then try a mailbox name match */
        if (c != 0) {
-               MailboxName(augmented_roomname, sizeof augmented_roomname,
+               CtdlMailboxName(augmented_roomname, sizeof augmented_roomname,
                            &CC->user, towhere);
                c = CtdlGetRoom(&QRscratch, augmented_roomname);
                if (c == 0)
@@ -1000,7 +1000,7 @@ int imap_grabroom(char *returned_roomname, char *foldername, int zapped_ok)
 
        /* Then try a mailbox name match */
        if (c != 0) {
-               MailboxName(augmented_roomname, sizeof augmented_roomname,
+               CtdlMailboxName(augmented_roomname, sizeof augmented_roomname,
                            &CC->user, roomname);
                c = CtdlGetRoom(&QRscratch, augmented_roomname);
                if (c == 0)