]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch new: Detect deleted (renamed) files and directories.
authorCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 01:43:03 +0000 (17:43 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
This takes advantage of the notmuch_directory_t interfaces added
recently (with cooresponding storage of directory documents in the
database) to detect when files or entire directories are deleted or
renamed within the mail store.

This also fixes the recent regression where *all* files would be
processed by every run of "notmuch new", (now only new files are
processed once again).

The deleted files and directories are only detected so far. They
aren't properly removed from the database.


No differences found