diff --git a/OpenChange/MAPIStoreMailVolatileMessage.m b/OpenChange/MAPIStoreMailVolatileMessage.m index aba0d8a49..7df01fdf1 100644 --- a/OpenChange/MAPIStoreMailVolatileMessage.m +++ b/OpenChange/MAPIStoreMailVolatileMessage.m @@ -561,7 +561,7 @@ FillMessageHeadersFromProperties (NGMutableHashMap *headers, bccLimit = MAPI_BCC; else bccLimit = MAPI_CC; - bccLimit++; + for (type = MAPI_TO; type <= bccLimit; type++) { recId = recTypes[type];