Re: gnus: How to automagically handle GPG

2004-03-17 Thread Kirk Strauser
At 2004-03-17T06:09:15Z, Paul Johnson <[EMAIL PROTECTED]> writes: > That didn't fix it. Still treats it like an attachment, showing the > link for that one part instead of expanding it like mutt does. Strange. You might check out the Gnus mailing list (fairly low-volume but extremely helpful),

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
Kirk Strauser <[EMAIL PROTECTED]> writes: > At 2004-03-16T18:56:55Z, Paul Johnson <[EMAIL PROTECTED]> writes: > >> OK, I can sign and view inline PGP-signed messages, but I see PGP/MIME as >> an attachment...blarg. And I don't seem to see it automatically in >> newsgroups. > > That's... unexpecte

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
Kirk Strauser <[EMAIL PROTECTED]> writes: > At 2004-03-16T18:56:55Z, Paul Johnson <[EMAIL PROTECTED]> writes: > >> OK, I can sign and view inline PGP-signed messages, but I see PGP/MIME as >> an attachment...blarg. And I don't seem to see it automatically in >> newsgroups. > > That's... unexpecte

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Kirk Strauser
At 2004-03-16T18:27:00Z, Brian Nelson <[EMAIL PROTECTED]> writes: > See > > http://www.emacswiki.org/cgi-bin/wiki.pl/GnusPGG What's the purpose of the section called "Automatic decryption/verification of gpg/pgp parts"? Does it do something fundamentally different than the (setq mm-verif

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Kirk Strauser
At 2004-03-16T18:56:55Z, Paul Johnson <[EMAIL PROTECTED]> writes: > OK, I can sign and view inline PGP-signed messages, but I see PGP/MIME as > an attachment...blarg. And I don't seem to see it automatically in > newsgroups. That's... unexpected. Maybe quit and reload Emacs? Regarding the rest

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
Brian Nelson <[EMAIL PROTECTED]> writes: > Now that I've re-examined my gpg setup in gnus, it appears that gpg.el > is not maintained, and has been superseded by ppg.el. So you should > probably use that instead. See > > http://www.emacswiki.org/cgi-bin/wiki.pl/GnusPGG Doh! I need to go star

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
Kirk Strauser <[EMAIL PROTECTED]> writes: > To your .gnus, add: > > ;; Emacs should always decrypt and verify emails > ;; automatically > (setq mm-verify-option 'always) > (setq mm-decrypt-option 'always) > (setq gnus-buttonized-mime-types '("multipart/encrypted" "multipart/sig

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Brian Nelson
Paul Johnson <[EMAIL PROTECTED]> writes: > On Tue, Mar 16, 2004 at 12:39:20AM -0800, Brian Nelson wrote: >> (require 'gpg) >> (setq mm-verify-option 'always) >> (setq mm-decrypt-option 'always) >> (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime) > > That seems to have fixed it sendin

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Kirk Strauser
At 2004-03-16T10:32:41Z, Paul Johnson <[EMAIL PROTECTED]> writes: > That seems to have fixed it sending, but I don't automatically seem to > be verifying anything. To your .gnus, add: ;; Emacs should always decrypt and verify emails ;; automatically (setq mm-verify-option 'always)

Re: gnus: How to automagically handle GPG

2004-03-16 Thread s. keeling
Incoming from Paul Johnson: > On Mon, Mar 15, 2004 at 11:37:11PM -0700, s. keeling wrote: > > Incoming from Paul Johnson: > > > I'm wondering if it's possible to make gnus automatically try to > > > do the Verify and decrypt command on every message viewed, and to sign > > > all messages posted or

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Mar 16, 2004 at 12:39:20AM -0800, Brian Nelson wrote: > (require 'gpg) > (setq mm-verify-option 'always) > (setq mm-decrypt-option 'always) > (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime) That seems to have fixed it sending, b

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Brian Nelson
Paul Johnson <[EMAIL PROTECTED]> writes: > I'm wondering if it's possible to make gnus automatically try to > do the Verify and decrypt command on every message viewed, and to sign > all messages posted or sent. Has anybody done this, and if so, what > do I need to add to my ~/.emacsrc ? First d

Re: gnus: How to automagically handle GPG

2004-03-16 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Mar 15, 2004 at 11:37:11PM -0700, s. keeling wrote: > Incoming from Paul Johnson: > > I'm wondering if it's possible to make gnus automatically try to > > do the Verify and decrypt command on every message viewed, and to sign > > all messages p

Re: gnus: How to automagically handle GPG

2004-03-15 Thread s. keeling
Incoming from Paul Johnson: > I'm wondering if it's possible to make gnus automatically try to > do the Verify and decrypt command on every message viewed, and to sign > all messages posted or sent. Has anybody done this, and if so, what > do I need to add to my ~/.emacsrc ? For the former, I bel

gnus: How to automagically handle GPG

2004-03-15 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm wondering if it's possible to make gnus automatically try to do the Verify and decrypt command on every message viewed, and to sign all messages posted or sent. Has anybody done this, and if so, what do I need to add to my ~/.emacsrc ? - -- .''