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

Diff for /src/usr.bin/mail/cmd3.c between version 1.25 and 1.26

version 1.25, 2011/04/06 11:36:26 version 1.26, 2015/01/20 16:59:07
Line 227 
Line 227 
         }          }
         np = elide(np);          np = elide(np);
         head.h_to = np;          head.h_to = np;
           head.h_from = NULL;
         if ((head.h_subject = hfield("subject", mp)) == NULL)          if ((head.h_subject = hfield("subject", mp)) == NULL)
                 head.h_subject = hfield("subj", mp);                  head.h_subject = hfield("subj", mp);
         head.h_subject = reedit(head.h_subject);          head.h_subject = reedit(head.h_subject);
Line 619 
Line 620 
         if ((head.h_subject = hfield("subject", mp)) == NULL)          if ((head.h_subject = hfield("subject", mp)) == NULL)
                 head.h_subject = hfield("subj", mp);                  head.h_subject = hfield("subj", mp);
         head.h_subject = reedit(head.h_subject);          head.h_subject = reedit(head.h_subject);
           head.h_from = NULL;
         head.h_cc = NULL;          head.h_cc = NULL;
         head.h_bcc = NULL;          head.h_bcc = NULL;
         head.h_smopts = NULL;          head.h_smopts = NULL;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26