From a9decdd87985fd66f202aa118d5e81d774734420 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 Oct 2001 19:43:14 +0000 Subject: Fix up the provider flags to specify things more completely so we don't * camel-provider.h: Fix up the provider flags to specify things more completely so we don't have to hardcode provider names in the mailer. * providers/local/camel-local-provider.c: MH, mbox, and Maildir are LOCAL. MH and mbox are no longer STORAGE by the new definition. * camel-session.c (vee_provider): The vfolder store is a STORAGE. svn path=/trunk/; revision=13276 --- camel/camel-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-session.c') diff --git a/camel/camel-session.c b/camel/camel-session.c index e30f82d955..49fcc0b926 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -79,7 +79,7 @@ static CamelProvider vee_provider = { "vfolder", - 0, /* flags */ + CAMEL_PROVIDER_IS_STORAGE, 0, /* url_flags */ -- cgit v1.2.3