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

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

Date: Mon, 23 Nov 2009 18:33:44 -0800

To: Jed Brown, notmuch@notmuchmail.org

Cc:

From: Carl Worth


On Mon, 23 Nov 2009 21:57:33 +0100, Jed Brown <jed@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

Thread: