Changeset dafd919 for text.c


Ignore:
Timestamp:
Jun 6, 2003, 8:42:06 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
d559df9
Parents:
22fcd366
Message:
Don't ring the terminal bell on mail messages.
Nuke <FONT>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • text.c

    r75e3879 rdafd919  
    142142    ptr2=strchr(ptr1, '<');
    143143
    144     /* if not, copy in from here to end and exit */
     144    /* if none, copy in from here to end and exit */
    145145    if (ptr2==NULL) {
    146146      strcat(out, ptr1);
     
    164164    /* look for things we know */
    165165    if (!strncasecmp(ptr2, "<BODY ", 6) ||
    166         !strncasecmp(ptr2, "<FONT ", 6) ||
     166        !strncasecmp(ptr2, "<FONT", 5) ||
    167167        !strncasecmp(ptr2, "<HTML", 5) ||
    168168        !strncasecmp(ptr2, "</FONT", 6) ||
Note: See TracChangeset for help on using the changeset viewer.