On Wed, Jan 27, 1999 at 04:18:29PM -0500, Randall Hopper wrote:
> For example, it would be really useful if this worked:
> 
>       send-hook  ~A                       "set editor_mime_type=text/plain"
>       send-hook  [EMAIL PROTECTED]      "set editor_mime_type=text/enriched"
> 
>       set  editor = "editor_wrapper %t %s"

why not use:

send-hook  ~A                    'set editor="editor_wrapper text/plain %s"'
send-hook  [EMAIL PROTECTED]   'set editor="editor_wrapper text/enriched %s"'

> What do you think?

    Not really needed, IMHO :)

CU,
    Sec
-- 
CUSTOMER: "I'm running Windows '95."       > TECH: "Yes."
CUSTOMER: "My computer isn't working now." > TECH: "Yes, you already said that."
                                           -- (found in comp.os.linux.misc)

Reply via email to