X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-protocol-registry.h;h=3bf3aa933acd600d835e37579dd964fa9993a716;hp=30aea7de581a1714aacf0a524c1ca1cd8f116177;hb=247b5f9e1d7a9557e94b96ac6d50adcef6beb5bd;hpb=2661ad69e80a7bbf16df28a3b4e884ac7c7f8d64 diff --git a/src/modest-protocol-registry.h b/src/modest-protocol-registry.h index 30aea7d..3bf3aa9 100644 --- a/src/modest-protocol-registry.h +++ b/src/modest-protocol-registry.h @@ -53,7 +53,10 @@ G_BEGIN_DECLS #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" /* convenience macros */