aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-25 05:35:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-25 05:35:21 +0800
commiteffa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe (patch)
tree658c58fc3c42b0bc17cc79b5d6491fd2cd6ff240
parent9678428593ad57ea4f802ff4b9ee1440c3f75605 (diff)
downloadgsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar.gz
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar.bz2
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar.lz
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar.xz
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.tar.zst
gsoc2013-evolution-effa148ae3f4d3c2ed4b674cd97f3cd7a7f695fe.zip
Add a CAMEL_PROVIDER_CONF_LABEL enum.
2002-04-24 Jeffrey Stedfast <fejj@ximian.com> * camel-provider.h: Add a CAMEL_PROVIDER_CONF_LABEL enum. svn path=/trunk/; revision=16575
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-provider.h13
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 <fejj@ximian.com>
+
+ * camel-provider.h: Add a CAMEL_PROVIDER_CONF_LABEL enum.
+
2002-04-19 Jeffrey Stedfast <fejj@ximian.com>
* 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