https://bugzilla.novell.com/show_bug.cgi?id=704359 https://bugzilla.novell.com/show_bug.cgi?id=704359#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mvyskocil@novell.com --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2011-07-07 10:44:34 UTC --- IMHO the folder was broken or a rescan is missed! That is that the header was not expand well and therefore the message #5 doens't show a header. Nver seen that before, as a workaround I'll use --- mx.c +++ mx.c 2011-07-07 10:41:48.975926316 +0000 @@ -1591,6 +1591,9 @@ void mx_update_context (CONTEXT *ctx, in { h = ctx->hdrs[msgno]; + if (!h) + continue; + if (WithCrypto) { /* NOTE: this _must_ be done before the check for mailcap! */ as this should jump over such a broken message. The question is do the messages in this folder show `Lines:' and/or 'Content-Length:' within their headers and are the numbers correct? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.