On Fri, 10 Jan 2003, Kirk Strauser wrote: > I've just switched to Oort (via Debian/unstable packages) and want > to start using gpg.el. I can successfully sign and verify emails, > but would like to automatically sign all outgoing email (bonus > points if I can configure it per-group so as not to confuse my > parents). I know this is possible (hey, it's Gnus!), but is it > something that's already built-in that I've overlooked so far, or do > I need to start hacking up key bindings? (add-hook 'gnus-message-setup-hook 'mml-secure-message-sign-pgpmime) Works for me. It add a text line in the message buffer which I just delete when I don't want a message to be signed. Hans