comparison src/libpst.c @ 304:5338d93889aa

preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
author Carl Byington <carl@five-ten-sg.com>
date Tue, 08 May 2012 10:52:24 -0700
parents 201464dd356e
children c4537664ff50
comparison
equal deleted inserted replaced
303:23915d34387f 304:5338d93889aa
2110 2110
2111 2111
2112 /** 2112 /**
2113 * process the list of MAPI objects produced from parse_block() 2113 * process the list of MAPI objects produced from parse_block()
2114 * 2114 *
2115 * @param block_id block number used by parse_block() to produce these MAPI objects
2115 * @param list pointer to the list of MAPI objects from parse_block() 2116 * @param list pointer to the list of MAPI objects from parse_block()
2116 * @param item pointer to the high level item to be updated from the list. 2117 * @param item pointer to the high level item to be updated from the list.
2117 * this item may be an email, contact or other sort of item. 2118 * this item may be an email, contact or other sort of item.
2118 * the type of this item is generally set by the MAPI elements 2119 * the type of this item is generally set by the MAPI elements
2119 * from the list. 2120 * from the list.