nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] warning when attaching rfc822 message

2014-04-13 13:20:28
mhbuild: "message/rfc822" type in message (null) should be encoded in 7bit or
 8bit, continuing...

It looks like nothing had been called to set c_encoding before
InitMessage() is called.  I suspect that we're seeing this now
because attach used to use text/plain or application/octet-stream
in the past, but now it's using message/rfc822.

Yeah, that's the same thing I discovered just now.  This also reminds me
that I wanted to track this down because it's also the cause of the
(null) in the above message.  Sigh.  I recall when I looked at this earlier
it was a bit of a mess; give me some time to work on it.

--Ken

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>