From: Carl Worth Date: Thu, 12 Nov 2009 15:02:13 +0000 (-0800) Subject: notmuch new: Don't ignore files with mtime of 0. X-Git-Tag: 0.1~525 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e70f09d90076077bdc380814c9a3a0f004432c68;hp=e70f09d90076077bdc380814c9a3a0f004432c68 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. ---