Home
last modified time | relevance | path

Searched refs:mailtime (Results 1 – 1 of 1) sorted by relevance

/trueos/bin/sh/
HDmail.c61 static time_t mailtime[MAXMBOXES]; /* times of mailboxes */ variable
100 if (statb.st_mtime > mailtime[i] && ! silent) { in chkmail()
104 mailtime[i] = statb.st_mtime; in chkmail()
108 if (statb.st_size > mailtime[i] && ! silent) { in chkmail()
112 mailtime[i] = statb.st_size; in chkmail()