And a few more things comply with the coding style.
[citadel.git] / citadel / modules / newuser / serv_newuser.c
index dae9c40cfa89925cbe92bad3d0989a990f6c0b98..08cf48d7e5fd47ae3d049d001070b08a933bd85d 100644 (file)
@@ -83,7 +83,7 @@ void CopyNewUserGreetings(void) {
        if (CC->user.timescalled != 1) return;
 
        /* This user's mailbox. */
-       MailboxName(mailboxname, sizeof mailboxname, &CC->user, MAILROOM);
+       CtdlMailboxName(mailboxname, sizeof mailboxname, &CC->user, MAILROOM);
 
        /* Go to the source room ... bail out silently if it's not there,
         * or if it's not private.