On Mon, 23 Nov 2009 21:57:33 +0100, Jed Brown <jed at 59A2.org> wrote: > if (strcmp (entry->d_name, ".") == 0 || > strcmp (entry->d_name, "..") == 0 || > + strcmp (entry->d_name, "tmp") == 0 || > strcmp (entry->d_name, ".notmuch") ==0)
Thanks, Jed! I've pushed this now. And sorry about any "file not found" errors anybody is stuck with now. We'll need to add support for cleaning those up soon, (which is the same as supporting deleted mail). -Carl
