]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch new: Don't ignore files with mtime of 0.
authorCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 15:02:13 +0000 (07:02 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 15:02:13 +0000 (07:02 -0800)
I recently discovered that mb2md has the annoying bug of creating
files with mtime of 0, and notmuch then promptly ignored them,
(thinking that its timestamps initialized to 0 were just as new).

We fix notmuch to not exclude messages based on a database timestamp
of 0.


No differences found