X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-protocol-registry.h;h=1a5129e386ce85af040187bb925d5d931912da61;hb=c4c7c252c246777b850efa995641031e0c2e8a22;hp=f28fe30e90731d877ed6dd711e815db0a73b6f48;hpb=f180c85fe9399aa7fbd32e942eb6198122a01068;p=modest diff --git a/src/modest-protocol-registry.h b/src/modest-protocol-registry.h index f28fe30..1a5129e 100644 --- a/src/modest-protocol-registry.h +++ b/src/modest-protocol-registry.h @@ -55,6 +55,8 @@ G_BEGIN_DECLS #define MODEST_PROTOCOL_REGISTRY_STORE_HAS_FOLDERS "store-has-folders" /* 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 */ @@ -96,6 +98,7 @@ G_BEGIN_DECLS #define MODEST_PROTOCOL_TRANSLATION_AUTH_ERROR "translation-auth-error" /* server name */ #define MODEST_PROTOCOL_TRANSLATION_ACCOUNT_CONNECTION_ERROR "translation-account-connection-error" /* hostname */ #define MODEST_PROTOCOL_TRANSLATION_MSG_NOT_AVAILABLE "translation-msg-not-available" /* subject */ +#define MODEST_PROTOCOL_TRANSLATION_MSG_NOT_AVAILABLE_LOST_HEADER "translation-msg-not-available-lost-header" /* subject */ #define MODEST_PROTOCOL_TRANSLATION_SSL_PROTO_NAME "translation-ssl-proto-name"