22 Apr
2003
22 Apr
'03
10:50 p.m.
On Mon, 2003-04-21 at 23:57, Adam Lackorzynski wrote:
On Mon Apr 21, 2003 at 23:02:13 +0300, Timo Sirainen wrote:
Hmm.. This is quite likely because struct mail_index_data_record_header isn't padded to take 8 bytes with 32bit off_t. Has all systems until now really had 64bit off_t? This should fix it:
time_t filler;
Now, the error message is different:
imap(xxx): Apr 21 20:42:14 Error: Corrupted index data file .../Mail/.imap/INBOX/.imap.index.data: Invalid location field for record 1
Umm. Are you sure the sources got fully rebuilt after you added the filler? That looks like it..