]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
mhshow: apply marker form to all part separators
[nmh] / uip / mhbuildsbr.c
index cf7c53ac8bf972a1e955f436c5bfa27d0263c121..a973fd9caef8a911c93276f0e73b3027bc941cfd 100644 (file)
@@ -778,6 +778,7 @@ use_forw:
             */
            if ((ct = (CT) calloc (1, sizeof(*ct))) == NULL)
                adios (NULL, "out of memory");
+           init_decoded_content(ct, infilename);
            *ctp = ct;
            ci = &ct->c_ctinfo;
            if (get_ctinfo (buffer, ct, 0) == NOTOK)