X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-msg.c;h=797c03ffce43d95708053a337c63f3d6b562a49b;hp=a249f7cf3966e42b0466f6a470d57aea66eb3587;hb=cc7f0117682ebf3e45c13fa1355eca3251fd3b80;hpb=1b908acde049d391f1f94971e04d149852b4d2e5 diff --git a/src/modest-tny-msg.c b/src/modest-tny-msg.c index a249f7c..797c03f 100644 --- a/src/modest-tny-msg.c +++ b/src/modest-tny-msg.c @@ -33,6 +33,7 @@ #include #include #include +#include #include "modest-formatter.h" #include #include @@ -488,6 +489,7 @@ modest_tny_msg_find_body_part_from_mime_part (TnyMimePart *msg, gboolean want_ht if (!part) { g_warning ("%s: not a valid mime part", __FUNCTION__); + tny_iterator_next (iter); continue; }