X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-protocol-registry.h;h=f7c314c5627258246419de76370e80640f2508dc;hp=a44735d934135f45b366c7a5572edaf95d7f5b4a;hb=3e27aefbedc6e025124197c745f69106013c9d97;hpb=3567e1ba62650b5f5463adb42607835491396aa0 diff --git a/src/modest-protocol-registry.h b/src/modest-protocol-registry.h index a44735d..f7c314c 100644 --- a/src/modest-protocol-registry.h +++ b/src/modest-protocol-registry.h @@ -50,9 +50,15 @@ G_BEGIN_DECLS #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" +/* Accounts that cannot be the destination of messages or folders transfers */ +#define MODEST_PROTOCOL_REGISTRY_STORE_FORBID_INCOMING_XFERS "store-forbid-incoming-xfers" +/* Accounts that do not allow to move messages or folders from */ +#define MODEST_PROTOCOL_REGISTRY_STORE_FORBID_OUTGOING_XFERS "store-forbid-outgoing-xfers" +#define MODEST_PROTOCOL_REGISTRY_NO_AUTO_UPDATE_PROTOCOLS "no-auto-update" +#define MODEST_PROTOCOL_REGISTRY_STORE_LIMIT_HEADER_WINDOW "store-limit-header-window" /* convenience macros */ #define MODEST_TYPE_PROTOCOL_REGISTRY (modest_protocol_registry_get_type())