Subj : Messagebase skipping a number
To : Nightfox
From : echicken
Date : Sun Nov 20 2016 02:18 am
Re: Messagebase skipping a number
By: Nightfox to echicken on Sat Nov 19 2016 21:54:34
Ni> It looks like the message header is null.
I usually check for this every time I load a message header from a MsgBase, and
skip the message if the header === null. It crops up once in a while for
various reasons (though I don't generally bother with the by_offset thing,
maybe it's less of an issue in that case) so I've just adopted it as a normal
practice.