aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-01-05 15:52:59 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-01-06 10:32:06 -0800
commit2ce46c31fe44ea1c7fc75a7da83e1278d06c28e1 (patch)
treea09c57051ad1f7f28e4028c3704ceeccc46a24bb /notmuch-new.c
parent3fb7ee7754ee79ef1371001aa55d5063b1799806 (diff)
notmuch new: Fix internal documentation of add_files_recursive.
To make it more clear that the mtime of a directory does not affect whether further sub-directories are examined, (they are examined unconditionally).
Diffstat (limited to 'notmuch-new.c')
-rw-r--r--notmuch-new.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-new.c b/notmuch-new.c
index 7e5e0813..6df4ad9f 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -131,8 +131,8 @@ is_maildir (struct dirent **entries, int count)
* 'db_mtime' call add_message to add the file to the
* database.
*
- * o For each sub-directory of path, recursively call into this
- * same function.
+ * o For each sub-directory of path, recursively call into this
+ * same function.
*
* o Tell the database to update its time of 'path' to 'fs_mtime'
*