> What sort of gpg key is that. All the others there are plain text, but > yours seems to be binary. I'm not an expert on gpg, so perhaps I am > missing something regarding the difference. I'm just trying to add it > to Evolution. Thx.
Sorry to step into this, but as I'm an Evolution support guy... ;) This got nothing to do with Evolution. In fact, there is no GnuPG key management in Evolution, it's just using gnupg. What you're after simply is importing a key into your gnupg keyring. Apart from what Tomasz already said, you'll maybe find this settings usefull: [1] $ grep ^keyserver .gnupg/options keyserver blackhole.pca.dfn.de keyserver-options auto-key-retrieve The first line may vary, as it's simply the keyserver to use. The second line means about "do automatically, what Tomasz said" on verifying keys not yet retrieved. :) Of course, this does not add a trust -- it just retrieves the key to validate the signature at least. Whether you trust that signature or not is an entirely different story. ...guenther [1] Using my old style configuration file; only used when gpg.conf is not found. -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} _______________________________________________ http://lurker.clamav.net/list/clamav-users.html