From: Art Cancro Date: Tue, 12 May 2009 20:59:37 +0000 (+0000) Subject: * Based on some quick testing, render_MIME_VNote() appears to be sound. Adding text... X-Git-Tag: v7.86~1174 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=1f517441e97b8297d35a0515da33bca625ff2fd1;p=citadel.git * Based on some quick testing, render_MIME_VNote() appears to be sound. Adding text/vnote to WebCit's MSGP declaration. --- diff --git a/webcit/serv_func.c b/webcit/serv_func.c index de6fb0538..23e646bac 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -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); /*