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).
This commit is contained in:
Carl Worth 2010-01-05 15:52:59 -08:00
parent 3fb7ee7754
commit 2ce46c31fe

View 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'
*