summaryrefslogtreecommitdiffstats
path: root/mbox.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <e.giaquinta@glauco.it>2010-09-20 14:04:19 +0100
committerEmanuele Giaquinta <e.giaquinta@glauco.it>2010-09-20 14:04:19 +0100
commit8d38ace17cedafd528d1162e06f29e27ebfeb450 (patch)
tree590fc909eb126f6be18a3542cf9159bdd863a0bc /mbox.c
parent85f8c6224872ac2ffb35dd6bbf5a366ab57a6675 (diff)
Fix typo
Diffstat (limited to 'mbox.c')
-rw-r--r--mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbox.c b/mbox.c
index afd1be4c..6437621f 100644
--- a/mbox.c
+++ b/mbox.c
@@ -705,7 +705,7 @@ void mbox_reset_atime (CONTEXT *ctx, struct stat *st)
/*
* When $mbox_check_recent is set, existing new mail is ignored, so do not
- * recent the atime to mtime-1 to signal new mail.
+ * reset the atime to mtime-1 to signal new mail.
*/
if (!option(OPTMAILCHECKRECENT) && utimebuf.actime >= utimebuf.modtime && mbox_has_new(ctx))
utimebuf.actime = utimebuf.modtime - 1;