On Tue, Mar 04, 2014 at 06:28:39PM +0100, Peter P. wrote: > I am wondering if anyone has found a way to automatically enable PGP > signing for certain recipients only, perhaps through some rule-based > scheme?
Look at send-hook and crypt-hook, along with $crypt_autoencrypt. Only tricky thing is you might need to do a catchall send-hook (.) to unhook this, and that might cause problems if you also have $crypt_replyencrypt and / or $crypt_replysign set. w
