aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r--camel/camel-provider.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index 463f415d1b..5f3c3d7c26 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -64,6 +64,12 @@ typedef struct {
*/
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;
+
int flags;
GtkType object_types [CAMEL_NUM_PROVIDER_TYPES];