instead of "file mtime", per Paul F.'s suggestion.
# check -check
cat >"$expected" <<EOF
-sortm: can't parse date field in message 14, will use file mtime
+sortm: can't parse date field in message 14, will use file modification time
sortm: errors found, no messages sorted
EOF
sed -e 's/Sep//' $MH_TEST_DIR/Mail/inbox/7 > $MH_TEST_DIR/Mail/inbox/14
run_test 'sortm -check -nocheck' \
- "sortm: can't parse date field in message 14, will use file mtime"
+ "sortm: can't parse date field in message 14, will use file \
+modification time"
scan >"$actual"
check "$expected" "$actual"
if (!datecomp || (tw = dparsetime (datecomp)) == NULL) {
struct stat st;
- advise (NULL, "can't parse %s field in message %d, will use file mtime",
+ advise (NULL,
+ "can't parse %s field in message %d, "
+ "will use file modification time",
datesw, msg);
fstat (fileno (in), &st);
smsg->s_clock = st.st_mtime;