X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftasks.c;h=adf758378e08cd549c26993ec61d1ba1be3770f6;hb=4b4dc864ede7c5d8d956febe4a0afb422b78e7c4;hp=a799794c6a8c71e5192309d0ece2ebdb91590b62;hpb=eecd44aa27b93ef2aaf4d1408ba2d59ff87274ed;p=citadel.git diff --git a/webcit/tasks.c b/webcit/tasks.c index a799794c6..adf758378 100644 --- a/webcit/tasks.c +++ b/webcit/tasks.c @@ -179,12 +179,9 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum, ch icalcomponent *vtodo; icalproperty *p; struct icaltimetype IcalTime; - time_t now; int created_new_vtodo = 0; icalproperty_status todoStatus; - now = time(NULL); - if (supplied_vtodo != NULL) { vtodo = supplied_vtodo; @@ -723,7 +720,9 @@ int tasks_GetParamsGetServerCall(SharedMessageStatus *Stat, void **ViewSpecific, long oper, char *cmd, - long len) + long len, + char *filter, + long flen) { strcpy(cmd, "MSGS ALL"); Stat->maxmsgs = 32767; @@ -750,6 +749,7 @@ InitModule_TASKS tasks_GetParamsGetServerCall, NULL, NULL, + NULL, tasks_LoadMsgFromServer, tasks_RenderView_or_Tail, tasks_Cleanup);