diff 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
line wrap: on
line diff
--- a/TODO	Sat May 16 10:32:26 2009 -0700
+++ b/TODO	Mon May 18 15:55:05 2009 -0700
@@ -6,7 +6,3 @@
 
 At the next soname bump (to libpst.so.5) we should
     move some of readpst into the shared library, in particular write_normal_email()
-    remove readpstlog, and produce ascii debug log files
-    add debug FILE* into the pst_file structure, so all debug printing
-        will be passed the pst_file struct. Also add a semaphore in there
-        to synchronize debug printing.