* Add text/calendar to the MSGP list. Also added some DLAT debugging.
[citadel.git] / webcit / serv_func.c
index 5592ca8c0418eaaf85ab22d474fd5da636e78f3a..c0614aa2c10a2c286ff709470f499a2c86840204 100644 (file)
@@ -29,7 +29,7 @@ void get_serv_info(char *browser_host, char *user_agent)
        serv_getln(buf, sizeof buf);
 
        /** Tell the server what kind of richtext we prefer */
-       serv_puts("MSGP text/html|text/plain");
+       serv_puts("MSGP text/calendar|text/html|text/plain");
        serv_getln(buf, sizeof buf);
 
        /*