]> git.notmuchmail.org Git - notmuch/commit
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)
commite70f09d90076077bdc380814c9a3a0f004432c68
tree869658f411cc2798294a37ec35f55a3a322dbda9
parent091d18c54c046a08bda9d88982601589a1deea37
notmuch new: Don't ignore files with mtime of 0.

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.
notmuch-new.c