X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpushemail.c;h=d4e06bed52e2fd450b583fd39c24d341369fc226;hb=6f1846672284d64b74a10937813320271293ad66;hp=4b2e753d4ec203409f0b31cad281d81800853bf5;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/pushemail.c b/webcit/pushemail.c index 4b2e753d4..d4e06bed5 100644 --- a/webcit/pushemail.c +++ b/webcit/pushemail.c @@ -62,10 +62,10 @@ void display_pushemail(void) { serv_printf("GOTO %s", WC->wc_roomname); serv_getln(buf, sizeof buf); } -output_headers(1, 1, 2, 0, 0, 0); -do_template("pushemail"); + output_headers(1, 1, 2, 0, 0, 0); + do_template("pushemail", NULL); //do_template("endbox"); -wDumpContent(1); + wDumpContent(1); } void save_pushemail(void) {