Lines Matching refs:date
138 char* date; /* localized date */
858 if (ip->date)
859 strcpy(ip->date, s);
861 ip->date = vmstrdup(imap->vm, s);
1085 if (!ip->date && (s = ap->value.string))
1086 ip->date = vmstrdup(imap->vm, fmttime("%a %b %e %H:%M %Z %Y", tmdate(s, NiL, NiL)));
2036 sfprintf(op, "From %s %s\n", ip->from, ip->date);
2408 current, disposition, m, ip->from, ip->date, sizes,
2412 current, disposition, m, ip->from, ip->date, sizes);