X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsieve%2Fserv_sieve.c;fp=citadel%2Fmodules%2Fsieve%2Fserv_sieve.c;h=ed69de8587f600d5cb00a265cc63d3085a7f9b32;hp=daf067331bf6a7db8eb0b273a21bd0dbb3d4afe3;hb=60f03c2407f834ba677dfac9fe545db255ac8263;hpb=fc6cb49257a19bff1336d735a075f78fae2f4728 diff --git a/citadel/modules/sieve/serv_sieve.c b/citadel/modules/sieve/serv_sieve.c index daf067331..ed69de858 100644 --- a/citadel/modules/sieve/serv_sieve.c +++ b/citadel/modules/sieve/serv_sieve.c @@ -193,13 +193,13 @@ int ctdl_fileinto(sieve2_context_t *s, void *my) } /* Yes, we actually have to go there */ - CtdlUserGoto(NULL, 0, 0, NULL, NULL); + CtdlUserGoto(NULL, 0, 0, NULL, NULL, NULL, NULL); c = CtdlSaveMsgPointersInRoom(NULL, &cs->msgnum, 1, 0, NULL, 0); /* Go back to the room we came from */ if (strcasecmp(original_room_name, CC->room.QRname)) { - CtdlUserGoto(original_room_name, 0, 0, NULL, NULL); + CtdlUserGoto(original_room_name, 0, 0, NULL, NULL, NULL, NULL); } if (c == 0) {