* Any "delete message" operation which is synchronous to a client is now
[citadel.git] / citadel / serv_vcard.c
index 59fea7718e633e2003d19a48cb40b074a4589f65..1365d07b3b44ecd352760a9ae14f42242a230ceb 100644 (file)
@@ -323,7 +323,7 @@ int vcard_upload_beforesave(struct CtdlMessage *msg) {
                                 * vCard in the user's config room at all times.
                                 */
                                CtdlDeleteMessages(CC->room.QRname,
-                                               0L, "text/x-vcard");
+                                               0L, "text/x-vcard", 1);
 
                                /* Make the author of the message the name of the user.
                                 */