From effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 24 Apr 2002 21:35:21 +0000 Subject: Add a CAMEL_PROVIDER_CONF_LABEL enum. 2002-04-24 Jeffrey Stedfast * camel-provider.h: Add a CAMEL_PROVIDER_CONF_LABEL enum. svn path=/trunk/; revision=16575 --- camel/ChangeLog | 4 ++++ camel/camel-provider.h | 13 +++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index e1bfcec9e4..82c65ff49e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 Jeffrey Stedfast + + * camel-provider.h: Add a CAMEL_PROVIDER_CONF_LABEL enum. + 2002-04-19 Jeffrey Stedfast * providers/pop3/camel-pop3-folder.c (pop3_refresh_info): Free the diff --git a/camel/camel-provider.h b/camel/camel-provider.h index ae6016abcf..bd1b2dedfd 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -113,6 +113,7 @@ typedef enum { CAMEL_PROVIDER_CONF_CHECKBOX, CAMEL_PROVIDER_CONF_CHECKSPIN, CAMEL_PROVIDER_CONF_ENTRY, + CAMEL_PROVIDER_CONF_LABEL, } CamelProviderConfType; typedef struct { @@ -126,10 +127,10 @@ typedef struct { typedef struct { /* Provider name used in CamelURLs. */ char *protocol; - + /* Provider name as used by people. (May be the same as protocol) */ char *name; - + /* Description of the provider. A novice user should be able * to read this description, and the information provided by * an ISP, IS department, etc, and determine whether or not @@ -137,19 +138,19 @@ typedef struct { * information goes with it. */ char *description; - + /* The category of message that this provider works with. * (evolution-mail will only list a provider in the store/transport * config dialogs if its domain is "mail".) */ char *domain; - + /* Flags describing the provider, flags describing its URLs */ int flags, url_flags; - + /* Extra configuration information */ CamelProviderConfEntry *extra_conf; - + /* CamelType(s) of its store and/or transport. If both are * set, then they are assumed to be linked together and the * transport type can only be used in an account that also -- cgit v1.2.3