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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index f5a434cde5..07d62106ea 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -76,6 +76,7 @@ extern char *camel_provider_type_name[CAMEL_NUM_PROVIDER_TYPES];
#define CAMEL_URL_NEED_PORT (1 << 10 | 1 << 4)
#define CAMEL_URL_NEED_PATH (1 << 11 | 1 << 5)
+#define CAMEL_URL_PATH_IS_ABSOLUTE (1 << 12)
typedef struct {
/* Provider name used in CamelURLs. */