vdaelli wrote:
> The only problem is that mutt always send the mail with a content-type:
> text/plain, while we would like to send a content-type: text/html.
> So the receiver sees the source HTML.
> Is there a way to override this default setting and let us send a
> personalized content-type?

This functionality exists in the Mutt 1.5 branch in CVS. There is now a
$content_type variable that lets you set the default content-type for
the main body of the message.  So you can do things like set the
content-type from the command line:

        mutt -e 'set content_type=text/html' [EMAIL PROTECTED] < test.html

Reply via email to