Hello Everybody,
I am trying to encrypt messages that go to a mailinglist to all the recipients ( e.g. gpg --encrypt -r member1 -r member2 ...) I tried the folowing: set send-hook [EMAIL PROTECTED] set 'pgp_encypt_only_command="gpg\ -v --batch --output - --encrypt --textmode -r member1 -rmember2 -- %f"' But that does't work, since mutt is still looking for a gpg-key that fits for [EMAIL PROTECTED] Does anybody know how make mutt not to search for pgp-keys ?