Mercurial > libpst
comparison TODO @ 202:2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 18 May 2009 15:55:05 -0700 |
parents | 3850a3b11745 |
children |
comparison
equal
deleted
inserted
replaced
201:3850a3b11745 | 202:2f38c4ce606f |
---|---|
4 | 4 |
5 pst2diii needs header and mime type updates from readpst. | 5 pst2diii needs header and mime type updates from readpst. |
6 | 6 |
7 At the next soname bump (to libpst.so.5) we should | 7 At the next soname bump (to libpst.so.5) we should |
8 move some of readpst into the shared library, in particular write_normal_email() | 8 move some of readpst into the shared library, in particular write_normal_email() |
9 remove readpstlog, and produce ascii debug log files | |
10 add debug FILE* into the pst_file structure, so all debug printing | |
11 will be passed the pst_file struct. Also add a semaphore in there | |
12 to synchronize debug printing. |