*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Tue, 19 Jul 2005 14:24:25 +0000 (14:24 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Jul 2005 14:24:25 +0000 (14:24 +0000)
webcit/messages.c

index 67271199012f1db95ddf6cfca69c64c5e326eb49..ab02ee04a1bdab7a69ca0b6f9e510a9f9863bb50 100644 (file)
@@ -640,8 +640,11 @@ void read_message(long msgnum) {
                }
        }
 
+       /*
        wprintf("Content-type: %s<br />\n", mime_content_type);
        wprintf("Charset: %s<br />\n", mime_charset);
+       PUT CHARSET TRANSLATOR HERE
+       */
 
        /* Messages in legacy Citadel variformat get handled thusly... */
        if (!strcasecmp(mime_content_type, "text/x-citadel-variformat")) {