> I want to use a different $editor var whenever I either *reply* to or
> *compose* a message.

I don't know much about vi, but how about writing a function that greps for
/^in-reply-to:/ and takes it from there? Or a shell script like:

# untested
if grep -i ^in-reply-to $1; then vi --do-reply $1; else vi --don't $1; fi


-- 
Mike Schiraldi
VeriSign Applied Research

Attachment: smime.p7s
Description: application/pkcs7-signature

Reply via email to