Hi!

Randall Hopper <[EMAIL PROTECTED]> wrote:

> I wonder if anyone has cooked a method to compose
> and send text/enriched messages with Mutt. 

I'm not doing this, but the process would be something
like:

        send-hook somebody@somewhere \
                "set editor=\"plain2enriched %s; enrichededit %s\"; \
                push \"\Ct\Cutext/enriched\n\"

where:

        plain2enriched is supossed to be a script that
        converts text/plain to text/enriched.

        enrichededit is supossed to be text/enriched
        WYSIWYG editor.  (Of course you can use a
        plain text editor if you want).

        push \"\Ct\Cutext/enriched\n\" will be executed
        when you enter in compose menu.  It will
        change the type of the body message from
        text/plain to text/enriched.  (The

                bind composer \Ct edit-type

        is asumed).

Now the questions are:

1) Does anybody know any plain2enriched script?
2) Does anybody know any text/enriched WYSIWYG editor?

Of course, you can do the same for sending HTML
messages if you find a plain2html script, and using
your favourite HTML WYSIWYG editor (say Amaya).

But *remember*:  AFAIK, everybody is NOT able to read
text/enriched or text/html messages.  Do not send it
by default.  Be sure that your recipient is able to
read such messages.  HTML messages suck for many
people.

C U L8R.

-- 
                               ___      
Daniel González Gasull       __|_|__    "Un sólo muerto es
mailto:[EMAIL PROTECTED]         (o o)     ya demasiado."
PGP RSA key 1024/EEA93A69     ( - )     -- Nelson Mandela
                             (  .  )    
                            (   .   )   
                           (_________)  
> Hi!  I'm Signature Virus 99!  Copy me into your signature and join the fun!

Reply via email to