/[mailutils]/mailutils/mail/util.c
ViewVC logotype

Diff of /mailutils/mail/util.c

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

revision 1.42 by gray, Thu Aug 15 12:56:36 2002 UTC revision 1.43 by gray, Tue Sep 24 14:15:06 2002 UTC
# Line 894  util_save_outgoing (message_t msg, char Line 894  util_save_outgoing (message_t msg, char
894    
895                time(&t);                time(&t);
896                tm = gmtime(&t);                tm = gmtime(&t);
897                strftime (date, sizeof (date), "%a %b %e %H:%M:%S %Y%n", tm);                strftime (date, sizeof (date), "%a %b %e %H:%M:%S %Y", tm);
898                fprintf (outfile, "From %s %s\n", mail_whoami(), date);                fprintf (outfile, "From %s %s\n", mail_whoami(), date);
899    
900                message_get_stream (msg, &stream);                message_get_stream (msg, &stream);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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