emailuis/emailui/inc/FreestyleEmailCenRepKeys.h
branchRCL_3
changeset 20 efd4f1afd43e
parent 18 6b8f3b30d0ec
child 23 dcf0eedfc1a3
--- a/emailuis/emailui/inc/FreestyleEmailCenRepKeys.h	Wed Jun 09 09:22:57 2010 +0300
+++ b/emailuis/emailui/inc/FreestyleEmailCenRepKeys.h	Mon Jun 21 15:20:54 2010 +0300
@@ -74,18 +74,12 @@
 
 
 // These keys define limits on how much data is allowed to load by plugins 
-/* The setting allows to limit max body size in MfE protocol plugin, KB */
-const TUint32 KFreestyleMfeMaxBodySize                   = 0x00002000;
-/* The setting allows to limit max body size for Ozone protocol plugin, KB */
-const TUint32 KFreestyleOzoneMaxBodySize                 = 0x00002001;
-/* The setting allows to limit max body size in POP/IMAP protocol plugin, KB */
-const TUint32 KFreestyleIPSMaxBodySize                   = 0x00002002;
-/* The setting allows to limit max body size in e-mail viewer, KB */
-const TUint32 KFreestyleViewerMaxBodySize                = 0x00002003;
-/* The setting allows to limit max body size in editor for reply/forward, KB. */
-const TUint32 KFreestyleEditorMaxBodySize                = 0x00002004;
-/* The setting allows to limit max size of mail attachments shown in mail viewer, KB */
-const TUint32 KFreestyleViewerMaxAttachmentSize          = 0x00002005;
+/* The setting allows to limit max body size, KB */
+const TUint32 KFreestyleMaxBodySize                      = 0x00002000;
+/* The setting allows to limit max body size in reply/forward, KB. */
+const TUint32 KFreestyleReplyMaxBodySize                 = 0x00002001;
+/* The setting allows to limit max total size of mail attachments shown in mail viewer, KB */
+const TUint32 KFreestyleViewerMaxAttachmentsSize         = 0x00002002;
 
 
 //