10 Sep
2008
10 Sep
'08
5:49 p.m.
Another thing I just noticed (but you probably already is aware of that):
There seems to be a number of places in 'index-mail.c' that stores 'time_t' values in 'uint32_t' variables.
This might cause problems since 'time_t' is 64 bit on 64 bit Solaris systems... (Definitely will cause some funny behaviour in the future when time_t values won't fit inside 32 bits ints :-)
Btw - If I compile just index-mail.c without optimizations then things seem to work fine.
- Peter