X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f9dbb898f555a8d8914477b7b4e6cc2b18cf9457..ba7ee8a32386d1e3649996b8b5f046606c43bb45:/uip/mhbuildsbr.c?ds=inline diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 2a230385..e046886f 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -205,7 +205,8 @@ build_mime (char *infile, int autobuild, int dist, int directives, * header; in that case, add it to our attach list */ - if (strcasecmp(ATTACH_FIELD, np) == 0) { + if (strcasecmp(ATTACH_FIELD, np) == 0 || + strcasecmp(ATTACH_FIELD_ALT, np) == 0) { struct attach_list *entry; char *s = vp, *e = vp + strlen(vp) - 1; free(np);