Mercurial > libpst
diff src/readpst.c @ 313:0f19cd173eab
fix to/cc/bcc recipients in .msg file output format
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 24 May 2010 21:50:19 -0700 |
parents | a6df6ffc3ff5 |
children | c4537664ff50 |
line wrap: on
line diff
--- a/src/readpst.c Thu May 06 13:32:17 2010 -0700 +++ b/src/readpst.c Mon May 24 21:50:19 2010 -0700 @@ -1510,7 +1510,7 @@ if (item->email->bcc_address.str) { pst_convert_utf8(item, &item->email->bcc_address); - fprintf(f_output, "X-libpst-forensic-bcc: %s\n", item->email->bcc_address.str); + fprintf(f_output, "Bcc: %s\n", item->email->bcc_address.str); } // add our own mime headers