[notmuch] [PATCH] Stay out of tmp to respect the Maildir spec.

Carl Worth cworth at cworth.org
Mon Nov 23 18:33:44 PST 2009


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


More information about the notmuch mailing list