On 2002-03-05 Heiko Heil wrote: > Hello mutt-users, > > I'm using "set pgp_create_traditional=yes" in my .muttrc to send > encrypted/signed E-Mails to Outlook-users (this client obviously isn't > RFC 2015-compatible). In addition I use the pgp-traditional patch from > Dale Woolridge for forcing text/plain content. > > Is it possible to use pgp_create_traditional only if required?
How do you know when it is required? Personally, I do this with send-hooks. I've got a file with all Email-Adresses I know to prefer Outlook-compatible gpg-enncoding. With a simple shell script I generate send-hooks fpr this adresses. So in my muttrc there is send-hook . "set pgp_create_traditional=no" and an include to a file that contains lines like send-hook a.b@c "set pgp_create_traditional=yes" But as pgp_create_traditional is a quadoption IIRC, you might prefer to set pgp_create_traditional=ask-no (or also ask-yes) so you can define every time you send encrypted mail the method how to encrypt it. Regards, Christoph -- Christoph Maurer - D - 52072 Aachen mailto:[EMAIL PROTECTED] - http://www.christophmaurer.de On my Homepage: SuSE 7.0 on an Acer Travelmate 508 T Notebook
