From 28a05ec767c48e1f77eee0064c28fdad3ca9d73c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 28 May 2000 21:29:28 +0000 Subject: Add a domain field to CamelProvider, to say what kind of data it provides. * camel-provider.h: Add a domain field to CamelProvider, to say what kind of data it provides. * providers/imap/camel-imap-provider.c: * providers/mbox/camel-mbox-provider.c: * providers/pop3/camel-pop3-provider.c: * providers/sendmail/camel-sendmail-provider.c: * providers/smtp/camel-smtp-provider.c: Set domain to "mail". * providers/nntp/camel-nntp-provider.c: Set domain to "news". * providers/vee/camel-vee-provider.c: Set domain to "vfolder". (So it doesn't end up being listed as a potential mail source in the mail config wizard.) svn path=/trunk/; revision=3254 --- camel/providers/nntp/camel-nntp-provider.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/providers/nntp') diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c index fe50a1f952..4afc8c7c97 100644 --- a/camel/providers/nntp/camel-nntp-provider.c +++ b/camel/providers/nntp/camel-nntp-provider.c @@ -34,6 +34,8 @@ static CamelProvider news_provider = { "This is a read-only provider for USENET newsgroups.", + "news", + CAMEL_PROVIDER_IS_REMOTE, { 0, 0 } @@ -46,6 +48,8 @@ static CamelProvider nntp_provider = { "This is a provider for reading from and posting to" "USENET newsgroups.", + "news", + CAMEL_PROVIDER_IS_REMOTE, { 0, 0 } -- cgit v1.2.3