rename a bunch of modules
[apps/madmutt.git] / lib-mime / rfc822parse.c
index fa0beaa..b1a2d39 100644 (file)
@@ -331,7 +331,7 @@ void mutt_parse_content_type(char *s, BODY *ct)
         pc = parameter_getval(ct->parameter, "charset");
         if (!pc) {
             parameter_setval(&ct->parameter, "charset",
-                             charset_getfirst(MCharset.assumed_charset));
+                             charset_getfirst(mod_cset.assumed_charset));
         }
     }
 }
@@ -1034,8 +1034,8 @@ mutt_read_rfc822_header(FILE *f, HEADER *hdr, short user_hdrs, short weed)
         {
             /* if spam tag already exists, figure out how to amend it */
             if (e->spam && *buf) {
-                if (Mime.spam_separator) {
-                    mutt_buffer_addstr(e->spam, Mime.spam_separator);
+                if (mod_mime.spam_separator) {
+                    mutt_buffer_addstr(e->spam, mod_mime.spam_separator);
                 } else {
                     mutt_buffer_reset(e->spam);
                 }