From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2883 Path: news.gmane.org!not-for-mail From: Jack Twilley Newsgroups: gmane.emacs.gnus.user Subject: Problems with gnus and pgg Date: Fri, 15 Aug 2003 20:09:33 -0700 Message-ID: <86r83m2t8y.fsf@duchess.twilley.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1138669153 16692 80.91.229.2 (31 Jan 2006 00:59:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:59:13 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:22 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!newsfeed.news2me.com!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!border3.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 15 Aug 2003 22:09:39 -0500 Original-Newsgroups: gnu.emacs.gnus X-PGP-Key: 0x007F7B38 X-PGP-Fingerprint: 5315 7434 6095 DF36 995B 3407 18F1 527C 007F 7B38 X-Face: .NHAX*9Wpk.L>*/dOY%Tx85BIb;aN`:H*I7y}qDK{(&Q(zjfnli]\}|xh+mpp22}~9u.T[[ zaK{BFgnXg'rBY+GiwLccR(O/iXq"_Fhrx0+%!1N}?D(mT{T$n_q}f`!f\(,@dR~*x&{_Zn^Qm)6rV ]E,6z3JLm6k<9>^9kg:#TU-S'a3{@c,rcT7YF`M*cCg_S0e1=C?!^kg-Wy]f+Xjpe#gB]>#xi= sa4'F#mX[QH^5}1B$0.s"6Y0R["ypG0mIe;8R6H_W]*_c:1|0Z^FgjUA?dCr`b[TX =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have configured pgg as per the documentation, but it is not working. When I open a message is signed with GPG, nothing happens -- Gnus should be validating the signature. When I open a message that is encrypted with GPG, nothing happens -- Gnus should be automatically decrypting the message. When I open a message containing a GPG public key, nothing happens -- Gnus should be asking me if I'd like to add the key to my key-ring. Here are the relevant configuration file values: =2D From .gnus: (require 'pgg) (setq gnus-buttonized-mime-types '("multipart/encrypted" "multipart/signed") mm-decrypt-option 'always mm-verify-option 'always mml1991-use 'pgg mml2015-use 'pgg ) =2D From .xemacs/init.el (loaded by .emacs): (autoload 'pgg-encrypt-region "pgg" "Encrypt the current region." t) (autoload 'pgg-decrypt-region "pgg" "Decrypt the current region." t) (autoload 'pgg-sign-region "pgg" "Sign the current region." t) (autoload 'pgg-verify-region "pgg" "Verify the current region." t) (autoload 'pgg-insert-key "pgg" "Insert the ASCII armored public key." t) (autoload 'pgg-snarf-keys-region "pgg" "Import public keys in the current r= egion." t) Jack. =2D --=20 Jack Twilley jmt at twilley dot org http colon slash slash www dot twilley dot org slash tilde jmt slash =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/PaBzGPFSfAB/ezgRAuI4AJ45z/axAJVdYmcfsC4kXGkxjeR/PQCePWhc kzxDAGTufpa6hia6XhdL9B8=3D =3D2VFw =2D----END PGP SIGNATURE-----