/[mailutils]/mailutils/imap4d/fetch.c
ViewVC logotype

Diff of /mailutils/imap4d/fetch.c

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

revision 1.39 by gray, Thu Dec 5 14:21:53 2002 UTC revision 1.40 by gray, Wed Dec 25 08:01:48 2002 UTC
# Line 352  fetch_internaldate (struct fetch_command Line 352  fetch_internaldate (struct fetch_command
352    envelope_date (env, date, sizeof (date), NULL);    envelope_date (env, date, sizeof (date), NULL);
353    p = date;    p = date;
354    mu_parse_ctime_date_time ((const char **) &p, &tm, &tz);    mu_parse_ctime_date_time ((const char **) &p, &tm, &tz);
355    strftime (date, sizeof (date), "%d-%b-%Y %X", &tm);    strftime (date, sizeof (date), "%d-%b-%Y %H:%M:%S", &tm);
356    util_send ("%s", command->name);    util_send ("%s", command->name);
357    util_send (" \"%s +0000\"", date);    util_send (" \"%s +0000\"", date);
358    return RESP_OK;    return RESP_OK;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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