* src/mimedataprovider.cpp: set is_text_attachment if not
body_seen
--
Fix check for body_seen to set is_text_attachment flag
only if we haven't seen a body yet
GnuPG-Bug-Id: 7714
if (s && strcmp (s, "inline"))
not_inline_text = 1;
*/
- if (ctx->body_seen)
+ if (!ctx->body_seen)
{
/* Some MUA's like kontact e3.5 send the body as
an inline text attachment. So if we have not