OK, attempt nr 2.. my previous one didn't get answered at all .. does anyone have an idea how to get started on mutt + gpg + seperate keyfiles ? Grtz, Nils
Hi there! I have been trying to make gpg dump its keys it fetches while being in mutt in a seperate file. To make this happen, I set the following variable in my rc: set pgp_getkeys_command="gpg --recv-keys --keyring pubkey.import.gpg %r" only, for some reason, gpg sends out the error, reporting that the email adress where the mail comes from is not a valid key-id. IMHO this error is quite correct, since an email address is in fact not an email address.. Doesn't %r expand to the used key-id in this case ? According to docu it does: pgp_getkeys_command Type: string Default: "" This command is invoked whenever mutt will need public key information. %r is the only printf-like sequence used with this format. Where am I doing things wrong ? Grtz, Nils.