* Eliminated the CtdlCopyMsgsToRoom() function, since it has been reduced to nothing...
[citadel.git] / citadel / modules / newuser / serv_newuser.c
index afcea7e541b0d991c9ddc7a776473bfa30ff0990..eedfee6093753c89baae1e8a1799fede25288c3d 100644 (file)
@@ -87,7 +87,7 @@ void CopyNewUserGreetings(void) {
        }
 
        if (num_msgs > 0) {
-               CtdlCopyMsgsToRoom(msglist, num_msgs, mailboxname);
+               CtdlSaveMsgPointersInRoom(mailboxname, msglist, num_msgs, 1, NULL);
        }
 
        /* Now free the memory we used, and go away. */