diff options
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r-- | camel/camel-provider.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h index bd1b2dedfd..dd2bd98329 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -123,6 +123,10 @@ typedef struct { } CamelProviderConfEntry; +/* Some defaults */ +#define CAMEL_PROVIDER_CONF_DEFAULT_USERNAME { CAMEL_PROVIDER_CONF_LABEL, "username", NULL, N_("User_name:"), NULL } +#define CAMEL_PROVIDER_CONF_DEFAULT_HOSTNAME { CAMEL_PROVIDER_CONF_LABEL, "hostname", NULL, N_("_Host:"), NULL } +#define CAMEL_PROVIDER_CONF_DEFAULT_PATH { CAMEL_PROVIDER_CONF_ENTRY, "path", NULL, N_("_Path:"), "" } typedef struct { /* Provider name used in CamelURLs. */ |