X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;fp=webcit%2Fnotes.c;h=835c61f2d5658861b9c25338a0bcf0cee6dd478b;hb=1a9e08616fa839db9a46a4f2c6d9e34420150b81;hp=4001d4b4008e761f43c66be28149de6f14b7edd2;hpb=6634b8a4dcccacc37535df860f613727b5b2b883;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 4001d4b40..835c61f2d 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -351,7 +351,7 @@ void add_new_note(void) { vnote_free(v); } - readloop(readfwd); + readloop(readfwd, eUseDefault); } @@ -446,6 +446,7 @@ InitModule_NOTES VIEW_NOTES, notes_GetParamsGetServerCall, NULL, + NULL, notes_LoadMsgFromServer, NULL, notes_Cleanup);