Hello! Nevertheless I have a similar problem.
I want to use the traditional encrypted formats for only some people. So I do this: send-hook . 'set pgp_create_traditional=no' send-hook 'first@email\.address' \ 'set pgp_create_traditional=yes pgp_autoencrypt=yes' send-hook 'second@email\.address' \ 'set pgp_create_traditional=yes pgp_autoencrypt=yes' send-hook 'third@email\.address' 'set pgp_create_traditional=yes' Only mail to [EMAIL PROTECTED], [EMAIL PROTECTED] and [EMAIL PROTECTED] is encrypted the traditional way. The first line ensures that the default is to sent quality email. After postponing mail and restarting mutt of course I get the default non-traditional setting, even when recalling postponed messages. How can I keep the setting for postponed messages? Raoul Boenisch