//claim possible sucked messages
// pm.claimMessagesInSuck(channelID);
}
//Load the unpaged references
InitialLoadInfo ili = pm.loadFromStart(channelID, fullSize);
doLoad(ili);
//Maybe we need to load some paged refs too since we might not be full (fullSize might have been increased from last
//load)