X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpushemail.c;h=482ee8a58afa60095f81f8ca50be31f24eef45e1;hb=763931c87af71ac7920ff358d0ba585d3058b0b5;hp=81b13fd67c8d24fbc023560626cd0921213998ee;hpb=3129e2199b035d1aca9f319b47f2aa95cf74cfc7;p=citadel.git diff --git a/webcit/pushemail.c b/webcit/pushemail.c index 81b13fd67..482ee8a58 100644 --- a/webcit/pushemail.c +++ b/webcit/pushemail.c @@ -20,6 +20,7 @@ void display_pushemail(void) /* Find any existing settings*/ Buf = NewStrBuf(); + memset(&Room, 0, sizeof(folder)); if (goto_config_room(Buf, &Room) == 0) { int msgnum = 0; serv_puts("MSGS ALL|0|1");