Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* epg? easypg? how?
@ 2007-04-12  8:53 Pietro Giorgianni
  2007-04-16  9:15 ` Daiki Ueno
  0 siblings, 1 reply; 7+ messages in thread
From: Pietro Giorgianni @ 2007-04-12  8:53 UTC (permalink / raw)
  To: info-gnus-english

hi,

i'm using gnus 5.11 (i guess; i've installed the debian package,
version 5.11+v0.5.dfsg-3).

i've also installed easypg (0.0.7).

in my .gnus i have:

(require 'epa)
(setq mml2015-use 'epg)

(setq gnus-treat-x-pgp-sig t
      mm-verify-option 'always
      mm-decrypt-option 'always)


if i try to sign a message, with C-c RET S o (or everything else), it
fails sending the message, saying:

mml1991-sign: Cannot find sign function

also, gnus tries to verify all incoming messages, but without much
success, it seems: i tried sending myself a mail, signing the body of
the message with epa-sign-region (armored); gnus says:

[[PGP Signed Part:Undecided]]

which makes no sense, since i should be definitively trusted.

can anybody help?

is there a gnus/easypg howto?

or should i use a different gnupg frontend?

thanks
giorgian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: epg? easypg? how?
  2007-04-12  8:53 epg? easypg? how? Pietro Giorgianni
@ 2007-04-16  9:15 ` Daiki Ueno
  2007-04-16 12:27   ` pgg-epg.el and pgg (was: epg? easypg? how?) Pietro Giorgianni
  0 siblings, 1 reply; 7+ messages in thread
From: Daiki Ueno @ 2007-04-16  9:15 UTC (permalink / raw)
  To: info-gnus-english

>>>>> In <87fy76otxj.fsf@giorgian.widge.org> 
>>>>>	Pietro Giorgianni <giorgian@gmail.com> wrote:
> i'm using gnus 5.11 (i guess; i've installed the debian package,
> version 5.11+v0.5.dfsg-3).

It does not support easypg natively.  v0.5 was released about a year ago
and unfortunately v0.6 is not yet released.

> or should i use a different gnupg frontend?

Try pgg-epg.el and pgg.

Regards,
-- 
Daiki Ueno

^ permalink raw reply	[flat|nested] 7+ messages in thread

* pgg-epg.el and pgg (was: epg? easypg? how?)
  2007-04-16  9:15 ` Daiki Ueno
@ 2007-04-16 12:27   ` Pietro Giorgianni
  2007-04-16 19:50     ` pgg-epg.el and pgg Daiki Ueno
  0 siblings, 1 reply; 7+ messages in thread
From: Pietro Giorgianni @ 2007-04-16 12:27 UTC (permalink / raw)
  To: info-gnus-english; +Cc: Daiki Ueno


[-- Attachment #1.1: Type: text/plain, Size: 647 bytes --]

Daiki Ueno <ueno@unixuser.org> writes:

> It does not support easypg natively.  v0.5 was released about a year ago
> and unfortunately v0.6 is not yet released.
>
>> or should i use a different gnupg frontend?
>
> Try pgg-epg.el and pgg.

ok,
my .gnus now contains:
(require 'pgg)
(require 'pgg-epg)
(setq pgg-scheme 'epg)

so i'm able to sign messages; but, i've also:

(setq gnus-treat-x-pgp-sig t
      mm-verify-option 'always
      mm-decrypt-option 'always)

this doesn't work: i cannot even see if a message is signed or not. if i
enter W p nothing happens.

what can i do?

thanks

p.s. should i prefer sign=pgp or sign=pgpmime?

giorgian

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: pgg-epg.el and pgg
  2007-04-16 12:27   ` pgg-epg.el and pgg (was: epg? easypg? how?) Pietro Giorgianni
@ 2007-04-16 19:50     ` Daiki Ueno
  2007-04-16 22:29       ` Pietro Giorgianni
  0 siblings, 1 reply; 7+ messages in thread
From: Daiki Ueno @ 2007-04-16 19:50 UTC (permalink / raw)
  To: Pietro Giorgianni; +Cc: info-gnus-english

>>>>> In <87647wv711.fsf_-_@giorgian.widge.org> 
>>>>>	Pietro Giorgianni <giorgian@gmail.com> wrote:
> my .gnus now contains:
> (require 'pgg)
> (require 'pgg-epg)
> (setq pgg-scheme 'epg)

> so i'm able to sign messages; but, i've also:

> (setq gnus-treat-x-pgp-sig t
>       mm-verify-option 'always
>       mm-decrypt-option 'always)

> this doesn't work: i cannot even see if a message is signed or not. if i
> enter W p nothing happens.

> what can i do?

Try removing (require 'pgg-epg) from your ~/.gnus setting.  Or, enclose
mml2015-gpg-extract-signature-details function definition in pgg-epg.el
with eval-after-load "mml2015".

Regards,
-- 
Daiki Ueno

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: pgg-epg.el and pgg
  2007-04-16 19:50     ` pgg-epg.el and pgg Daiki Ueno
@ 2007-04-16 22:29       ` Pietro Giorgianni
  2007-04-17  0:27         ` Daiki Ueno
  0 siblings, 1 reply; 7+ messages in thread
From: Pietro Giorgianni @ 2007-04-16 22:29 UTC (permalink / raw)
  To: info-gnus-english; +Cc: Daiki Ueno


[-- Attachment #1.1: Type: text/plain, Size: 567 bytes --]

> Try removing (require 'pgg-epg) from your ~/.gnus setting.  Or, enclose
> mml2015-gpg-extract-signature-details function definition in pgg-epg.el
> with eval-after-load "mml2015".

didn't work.

but i discovered that if i press W s the message gets verified and the
pgp button appears, but i should press W s for each message...

so i tried:

(add-hook 'gnus-select-article-hook 'gnus-summary-force-verify-and-decrypt)

but this didn't work: it takes ages showing each unsigned message, and
fails (too many recursions) on signed ones.

what can i do?

thanks again

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: pgg-epg.el and pgg
  2007-04-16 22:29       ` Pietro Giorgianni
@ 2007-04-17  0:27         ` Daiki Ueno
  2007-04-17  0:38           ` Pietro Giorgianni
  0 siblings, 1 reply; 7+ messages in thread
From: Daiki Ueno @ 2007-04-17  0:27 UTC (permalink / raw)
  To: Pietro Giorgianni; +Cc: info-gnus-english

>>>>> In <87y7ksoswe.fsf@giorgian.widge.org> 
>>>>>	Pietro Giorgianni <giorgian@gmail.com> wrote:
> but i discovered that if i press W s the message gets verified and the
> pgp button appears, but i should press W s for each message...

> what can i do?

Perhaps, you need to set gnus-buttonized-mime-types as well?

(setq gnus-buttonized-mime-types '("multipart/signed"))

Regards,
-- 
Daiki Ueno

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: pgg-epg.el and pgg
  2007-04-17  0:27         ` Daiki Ueno
@ 2007-04-17  0:38           ` Pietro Giorgianni
  0 siblings, 0 replies; 7+ messages in thread
From: Pietro Giorgianni @ 2007-04-17  0:38 UTC (permalink / raw)
  To: info-gnus-english; +Cc: Daiki Ueno

Daiki Ueno <ueno@unixuser.org> writes:
>> what can i do?
>
> Perhaps, you need to set gnus-buttonized-mime-types as well?
>
> (setq gnus-buttonized-mime-types '("multipart/signed"))


it worked!! thanks!!


now...
can i make this:

[[PGP Signed Part:Good signature from 514CDDD62AC93D86 Pietro Giorgianni <giorgian@interfree.it> (trust ultimate) created at 2007-04-17T00:29:07+0200 using DSA]]

more beautiful? that is:

* shorter, or splitted on more lines;
* colored! with different colors for trusted, untrusted, etc.?

and, how do i tell gnus to automatically sign every mail i send?

thank you again!

giorgian

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-17  0:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12  8:53 epg? easypg? how? Pietro Giorgianni
2007-04-16  9:15 ` Daiki Ueno
2007-04-16 12:27   ` pgg-epg.el and pgg (was: epg? easypg? how?) Pietro Giorgianni
2007-04-16 19:50     ` pgg-epg.el and pgg Daiki Ueno
2007-04-16 22:29       ` Pietro Giorgianni
2007-04-17  0:27         ` Daiki Ueno
2007-04-17  0:38           ` Pietro Giorgianni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).