[BACK]Return to list.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/list.c between version 1.2 and 1.3

version 1.2, 1996/06/11 12:53:43 version 1.3, 1997/01/17 07:12:49
Line 705 
Line 705 
          * Now look, ignoring case, for the word in the string.           * Now look, ignoring case, for the word in the string.
          */           */
   
         if (value("searchheaders") && (cp = index(str, ':'))) {          if (value("searchheaders") && (cp = strchr(str, ':'))) {
                 *cp++ = '\0';                  *cp++ = '\0';
                 cp2 = hfield(str, mp);                  cp2 = hfield(str, mp);
                 cp[-1] = ':';                  cp[-1] = ':';

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3