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

Diff for /src/usr.bin/mail/send.c between version 1.18 and 1.19

version 1.18, 2007/03/20 21:01:08 version 1.19, 2008/07/16 14:53:41
Line 167 
Line 167 
                                 *cp2 = 0;       /* temporarily null terminate */                                  *cp2 = 0;       /* temporarily null terminate */
                                 if (doign && isign(line, doign))                                  if (doign && isign(line, doign))
                                         ignoring = 1;                                          ignoring = 1;
                                 else if ((line[0] == 's' || line[0] == 'S') &&                                  else if (strcasecmp(line, "status") == 0) {
                                          strcasecmp(line, "status") == 0) {  
                                         /*                                          /*
                                          * If the field is "status," go compute                                           * If the field is "status," go compute
                                          * and print the real Status: field                                           * and print the real Status: field

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19