@@ -24,7 +24,7 @@ |
||
24 | 24 | /* The persistent settings are settings that will not be touched when the settings are reset */ |
25 | 25 | define('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON', mapi_prop_tag(PT_STRING8, 0x6774)); |
26 | 26 | |
27 | -define('PR_EC_IMAP_EMAIL', mapi_prop_tag(PT_BINARY, 0x678C)); // the complete rfc822 email |
|
27 | +define('PR_EC_IMAP_EMAIL', mapi_prop_tag(PT_BINARY, 0x678C)); // the complete rfc822 email |
|
28 | 28 | |
29 | 29 | define('PR_EC_DISABLED_FEATURES', mapi_prop_tag(PT_MV_TSTRING, 0x67B4)); |
30 | 30 |