/[mailutils]/mailutils/mailbox/mbx_mh.c
ViewVC logotype

Diff of /mailutils/mailbox/mbx_mh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by gray, Mon Feb 10 11:59:19 2003 UTC revision 1.38 by gray, Thu Feb 13 16:31:32 2003 UTC
# Line 576  _mh_message_save (struct _mh_data *mhd, Line 576  _mh_message_save (struct _mh_data *mhd,
576        while (isspace (*p))        while (isspace (*p))
577          p++;          p++;
578        fprintf (fp, "%s: %s", MU_HEADER_ENV_DATE, p);        fprintf (fp, "%s: %s", MU_HEADER_ENV_DATE, p);
579    
580          if (*p && p[strlen (p) - 1] != '\n')
581            fprintf (fp, "\n");
582          
583        nlines++;        nlines++;
584      }      }
585                        

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26