* Based on some quick testing, render_MIME_VNote() appears to be sound. Adding text...
authorArt Cancro <ajc@citadel.org>
Tue, 12 May 2009 20:59:37 +0000 (20:59 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 12 May 2009 20:59:37 +0000 (20:59 +0000)
webcit/serv_func.c

index de6fb0538411cd4561f19b85ccb315f79e3be21d..23e646baca9fddabbb0eac5c2cb09960e6147bf5 100644 (file)
@@ -47,7 +47,7 @@ ServInfo *get_serv_info(StrBuf *browser_host, char *user_agent)
        StrBuf_ServGetln(Buf);
 
        /** Tell the server what kind of richtext we prefer */
-       serv_puts("MSGP text/calendar|text/html|text/plain");
+       serv_puts("MSGP text/calendar|text/vnote|text/html|text/plain");
        StrBuf_ServGetln(Buf);
 
        /*