]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* minor cleanup
[citadel.git] / webcit / calendar.c
index fd677b722bdec6a86a3b889bc5d230c0e2de717f..28304384266a574b9c6cd1b1e16101081d970589 100644 (file)
@@ -44,11 +44,19 @@ void cal_process_attachment(char *part_source) {
 }
 
 void display_calendar(long msgnum) {
-       wprintf("<i>Cannot display calendar item</i><br>\n");
+       wprintf("<i>"
+               "Cannot display calendar item.  You are seeing this error "
+               "because your WebCit service has not been installed with "
+               "calendar support.  Please contact your system administrator."
+               "</i><br>\n");
 }
 
 void display_task(long msgnum) {
-       wprintf("<i>Cannot display item from task list</i><br>\n");
+       wprintf("<i>"
+               "Cannot display to-do item.  You are seeing this error "
+               "because your WebCit service has not been installed with "
+               "calendar support.  Please contact your system administrator."
+               "</i><br>\n");
 }
 
 #else /* HAVE_ICAL_H */
@@ -57,6 +65,8 @@ void display_task(long msgnum) {
 /******   End of handler stubs.  Everything below this line is real.   ******/
 
 
+
+
 /*
  * Process a single calendar component.
  * It won't be a compound component at this point because those have