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

Diff for /src/usr.bin/mail/main.c between version 1.23 and 1.24

version 1.23, 2009/10/27 23:59:40 version 1.24, 2014/11/24 20:01:43
Line 78 
Line 78 
         bcc = NULL;          bcc = NULL;
         smopts = NULL;          smopts = NULL;
         subject = NULL;          subject = NULL;
         while ((i = getopt(argc, argv, "EINT:b:c:dfins:u:v")) != -1) {          while ((i = getopt(argc, argv, "EIN:b:c:dfins:u:v")) != -1) {
                 switch (i) {                  switch (i) {
                 case 'T':  
                         /*  
                          * Next argument is temp file to write which  
                          * articles have been read/deleted for netnews.  
                          */  
                         Tflag = optarg;  
                         if ((i = creat(Tflag, 0600)) < 0)  
                                 err(1, "%s", Tflag);  
                         (void)close(i);  
                         break;  
                 case 'u':                  case 'u':
                         /*                          /*
                          * Next argument is person to pretend to be.                           * Next argument is person to pretend to be.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24