Disable some unused code in Fremantle
[modest] / src / modest-protocol-registry.h
index 50dba24..3d26e1b 100644 (file)
@@ -34,8 +34,8 @@
 #define __MODEST_PROTOCOL_REGISTRY_H__
 
 #include <glib-object.h>
-#include <modest-protocol.h>
-#include <modest-pair.h>
+#include "modest-protocol.h"
+#include "modest-pair.h"
 
 G_BEGIN_DECLS
 
@@ -49,6 +49,8 @@ G_BEGIN_DECLS
 #define MODEST_PROTOCOL_REGISTRY_SECURE_PROTOCOLS "secure"
 #define MODEST_PROTOCOL_REGISTRY_HAS_LEAVE_ON_SERVER_PROTOCOLS "leave-on-server-available"
 #define MODEST_PROTOCOL_REGISTRY_PROVIDER_PROTOCOLS "providers"
+#define MODEST_PROTOCOL_REGISTRY_SINGLETON_PROVIDER_PROTOCOLS "singleton-providers"
+#define MODEST_PROTOCOL_REGISTRY_MULTI_MAILBOX_PROVIDER_PROTOCOLS "multi-mailbox-providers"
 #define MODEST_PROTOCOL_REGISTRY_USE_ALTERNATE_PORT "use-alternate-port"
 #define MODEST_PROTOCOL_REGISTRY_STORE_HAS_FOLDERS "store-has-folders"
 #define MODEST_PROTOCOL_REGISTRY_STORE_FORBID_MESSAGE_ADD "store-forbid-message-add"
@@ -212,6 +214,10 @@ gboolean modest_protocol_registry_protocol_type_has_tag (ModestProtocolRegistry
        modest_protocol_registry_protocol_type_has_tag ((registry), (protocol_type), \
                                                        MODEST_PROTOCOL_REGISTRY_PROVIDER_PROTOCOLS)
 
+#define modest_protocol_registry_protocol_type_is_singleton_provider(registry,protocol_type) \
+       modest_protocol_registry_protocol_type_has_tag ((registry), (protocol_type), \
+                                                       MODEST_PROTOCOL_REGISTRY_SINGLETON_PROVIDER_PROTOCOLS)
+
 #define modest_protocol_registry_protocol_type_has_leave_on_server(registry,protocol_type) \
        modest_protocol_registry_protocol_type_has_tag ((registry), (protocol_type), \
                                                        MODEST_PROTOCOL_REGISTRY_HAS_LEAVE_ON_SERVER_PROTOCOLS)