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

Diff for /src/usr.bin/mail/collect.c between version 1.29 and 1.30

version 1.29, 2008/07/16 14:53:41 version 1.30, 2008/11/03 15:42:35
Line 212 
Line 212 
                         collabort();                          collabort();
                         fputs("Interrupt\n", stderr);                          fputs("Interrupt\n", stderr);
                         goto err;                          goto err;
                   case 'x':
                           /*
                            * Force a quit of sending mail.
                            * Do not save the message.
                            */
                           goto err;
                 case 'h':                  case 'h':
                         /*                          /*
                          * Grab a bunch of headers.                           * Grab a bunch of headers.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30