From 1f517441e97b8297d35a0515da33bca625ff2fd1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 12 May 2009 20:59:37 +0000 Subject: [PATCH] * Based on some quick testing, render_MIME_VNote() appears to be sound. Adding text/vnote to WebCit's MSGP declaration. --- webcit/serv_func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /* -- 2.30.2