Ralf Hildebrandt writes:
> Ok, I found out how to generate an X-Face "suitable" image using
> compface, but how can I insert the header from within mutt?
>
> my_hdr X-Face: <the four line string>
>
> but
>
> a) The string spans multiple (4) lines
> b) makes mutt crash (segfault)
Well, Ralf, I'm sure you know the routine: version info, backtrace etc. :-)
I _think_ that # characters in the X-Face string need to be escaped \#.
If this is what makes mutt crash, the config file parser needs
to be sanitised. Not sure about other characters.