rstream->hdr_offset + new_pos > rstream->mail_size) {
/* istream_raw_mbox_set_next_offset() used invalid
cached next_offset? */
- i_error("Unexpectedly lost From-line at %"PRIuUOFF_T,
+ i_error("Next message unexpectedly lost from %"PRIuUOFF_T,
rstream->hdr_offset + rstream->mail_size);
rstream->eof = TRUE;
rstream->corrupted = TRUE;
if (mbox_mail_seek(mail) < 0)
return -1;
if (!mbox_mail_get_next_offset(mail, &next_offset)) {
- i_warning("mbox %s: Can't find next message offset",
- mbox->path);
+ i_warning("mbox %s: Can't find next message offset "
+ "for uid=%u",
+ mbox->path, mail->mail.mail.uid);
next_offset = (uoff_t)-1;
}
}