/[mailutils]/mailutils/mh/mhn.c
ViewVC logotype

Diff of /mailutils/mh/mhn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by gray, Fri Apr 18 12:24:53 2003 UTC revision 1.16 by gray, Mon May 26 09:58:10 2003 UTC
# Line 890  _message_is_external_body (message_t msg Line 890  _message_is_external_body (message_t msg
890      return 0;      return 0;
891    _get_content_type (hdr, &typestr, &argstr);    _get_content_type (hdr, &typestr, &argstr);
892    split_content (typestr, &type, &subtype);    split_content (typestr, &type, &subtype);
893    rc = strcmp (subtype, "external-body") == 0;    rc = subtype && strcmp (subtype, "external-body") == 0;
894    if (rc && env)    if (rc && env)
895      {      {
896        int argc;        int argc;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26