reason msg

This commit is contained in:
dockes 2009-11-16 16:10:31 +00:00
parent 3070b62ddd
commit 7d18c22142

View File

@ -176,6 +176,9 @@ bool MimeHandlerMail::next_document()
}
m_idx++;
m_havedoc = m_idx < (int)m_attachments.size();
if (!m_havedoc) {
m_reason = "Subdocument index too high";
}
return res;
}