reason msg
This commit is contained in:
parent
3070b62ddd
commit
7d18c22142
@ -176,6 +176,9 @@ bool MimeHandlerMail::next_document()
|
|||||||
}
|
}
|
||||||
m_idx++;
|
m_idx++;
|
||||||
m_havedoc = m_idx < (int)m_attachments.size();
|
m_havedoc = m_idx < (int)m_attachments.size();
|
||||||
|
if (!m_havedoc) {
|
||||||
|
m_reason = "Subdocument index too high";
|
||||||
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user