X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_misc.c;fp=citadel%2Fmodules%2Fimap%2Fimap_misc.c;h=5b501e4e7aba575f2018fef4b04715115a1e0306;hp=5cfe8be8fcf93177b4b59c4280051ab96d38b109;hb=60f03c2407f834ba677dfac9fe545db255ac8263;hpb=fc6cb49257a19bff1336d735a075f78fae2f4728 diff --git a/citadel/modules/imap/imap_misc.c b/citadel/modules/imap/imap_misc.c index 5cfe8be8f..5b501e4e7 100644 --- a/citadel/modules/imap/imap_misc.c +++ b/citadel/modules/imap/imap_misc.c @@ -374,7 +374,7 @@ void imap_append(int num_parms, ConstStr *Params) { if (Imap->selected) { strcpy(savedroom, CCC->room.QRname); } - CtdlUserGoto(roomname, 0, 0, &msgs, &new); + CtdlUserGoto(roomname, 0, 0, &msgs, &new, NULL, NULL); /* If the user is locally authenticated, FORCE the From: header to * show up as the real sender. FIXME do we really want to do this? @@ -424,7 +424,7 @@ void imap_append(int num_parms, ConstStr *Params) { * our happy day without violent explosions. */ if (Imap->selected) { - CtdlUserGoto(savedroom, 0, 0, &msgs, &new); + CtdlUserGoto(savedroom, 0, 0, &msgs, &new, NULL, NULL); } /* We don't need this buffer anymore */