]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch new: Fix internal documentation of add_files_recursive.
authorCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2010 23:52:59 +0000 (15:52 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
To make it more clear that the mtime of a directory does not affect
whether further sub-directories are examined, (they are examined
unconditionally).

notmuch-new.c

index 7e5e081341ec06c045fbcea62cc06e7c820c58b9..6df4ad9f3dee001c21fa0fea5a091cb53a9bf8e7 100644 (file)
@@ -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'
  *