Added the FORBID_OUTGOING_XFERS tag to forbid folder and message transfers
[modest] / src / modest-protocol-registry.h
index f28fe30..3bf3aa9 100644 (file)
@@ -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 */