mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
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:
parent
3fb7ee7754
commit
2ce46c31fe
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue