diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-02 03:43:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-02 03:43:14 +0800 |
commit | a9decdd87985fd66f202aa118d5e81d774734420 (patch) | |
tree | ac57f62cfa6f03ff534f3d1d0553299618c09279 /camel/camel-session.c | |
parent | 6b4869002b3cfac1fa5a6f14f1054aaf29c0ef2e (diff) | |
download | gsoc2013-evolution-a9decdd87985fd66f202aa118d5e81d774734420.tar.gz gsoc2013-evolution-a9decdd87985fd66f202aa118d5e81d774734420.tar.zst gsoc2013-evolution-a9decdd87985fd66f202aa118d5e81d774734420.zip |
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
Diffstat (limited to 'camel/camel-session.c')
-rw-r--r-- | camel/camel-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |