diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-29 05:29:28 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-29 05:29:28 +0800 |
commit | 28a05ec767c48e1f77eee0064c28fdad3ca9d73c (patch) | |
tree | 1a38ff901a6418083f4efe59c962c589b25265de /camel/providers/pop3 | |
parent | 2aefb91c92de321b813c5a9d8d9619f670417e08 (diff) | |
download | gsoc2013-evolution-28a05ec767c48e1f77eee0064c28fdad3ca9d73c.tar.gz gsoc2013-evolution-28a05ec767c48e1f77eee0064c28fdad3ca9d73c.tar.zst gsoc2013-evolution-28a05ec767c48e1f77eee0064c28fdad3ca9d73c.zip |
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
Diffstat (limited to 'camel/providers/pop3')
-rw-r--r-- | camel/providers/pop3/camel-pop3-provider.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/pop3/camel-pop3-provider.c b/camel/providers/pop3/camel-pop3-provider.c index dc6e2b9442..40514ad60a 100644 --- a/camel/providers/pop3/camel-pop3-provider.c +++ b/camel/providers/pop3/camel-pop3-provider.c @@ -36,6 +36,8 @@ static CamelProvider pop3_provider = { "to retrieve mail from certain web mail providers and proprietary " "email systems.", + "mail", + CAMEL_PROVIDER_IS_REMOTE, { 0, 0 } |