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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index 5579a8c3d7..5e2bab2ad4 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -176,6 +176,11 @@ typedef struct {
GHashFunc url_hash;
GCompareFunc url_equal;
+
+ /* gettext translation domain (NULL for providers in the
+ * evolution source tree).
+ */
+ char *translation_domain;
} CamelProvider;
GHashTable *camel_provider_init (void);