Gnus development mailing list
 help / color / mirror / Atom feed
* EasyPG 0.0.8
@ 2006-11-29 21:32 Daiki Ueno
  2006-11-29 23:12 ` Leo
  0 siblings, 1 reply; 4+ messages in thread
From: Daiki Ueno @ 2006-11-29 21:32 UTC (permalink / raw)
  Cc: ding

Hello,

The 8th release of EasyPG is available from http://www.easypg.org.

EasyPG is a GnuPG interface for Emacs.  It has two aspects: convenient
tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
fully functional interface library to GnuPG (EasyPG Library).

* Major changes in 0.0.8

** epa-file.el can now specify recipient keys from the file local
   variable `epa-file-encrypt-to'.

** Always encode passphrase with eol-type LF.

** Allow empty user IDs.

** Support handling notations on the signature.

Regards,
-- 
Daiki Ueno




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

* Re: EasyPG 0.0.8
  2006-11-29 21:32 EasyPG 0.0.8 Daiki Ueno
@ 2006-11-29 23:12 ` Leo
  2006-11-30  1:33   ` Daiki Ueno
  0 siblings, 1 reply; 4+ messages in thread
From: Leo @ 2006-11-29 23:12 UTC (permalink / raw)
  Cc: emacs-mime-ja

On Wednesday, 29 Nov 2006, Daiki Ueno wrote:

> Hello,
>
> The 8th release of EasyPG is available from http://www.easypg.org.
>
> EasyPG is a GnuPG interface for Emacs.  It has two aspects: convenient
> tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
> fully functional interface library to GnuPG (EasyPG Library).
>
> * Major changes in 0.0.8
>
> ** epa-file.el can now specify recipient keys from the file local
>    variable `epa-file-encrypt-to'.
>
> ** Always encode passphrase with eol-type LF.
>
> ** Allow empty user IDs.
>
> ** Support handling notations on the signature.
>
> Regards,

Thank you for the wonderful tool.

I have this in a file but when I re-open the file, epa-file-encrypt-to
is still nil. Any ideas?

,----
| Local Variables:
| epa-file-encrypt-to: CCBD9942
| End:
`----

BTW, I also notice there is pgg-epg.el on the website. When should I
use pgg-epg.el i.e. for signing outgoing email etc?

-- 
Leo




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

* Re: EasyPG 0.0.8
  2006-11-29 23:12 ` Leo
@ 2006-11-30  1:33   ` Daiki Ueno
  2006-11-30  2:52     ` Leo
  0 siblings, 1 reply; 4+ messages in thread
From: Daiki Ueno @ 2006-11-30  1:33 UTC (permalink / raw)
  Cc: ding, emacs-mime-ja

>>>>> In <m2psb5u9tb.fsf@sl392.st-edmunds.cam.ac.uk> 
>>>>>	Leo <sdl.web@gmail.com> wrote:
> > * Major changes in 0.0.8
> >
> > ** epa-file.el can now specify recipient keys from the file local
> >    variable `epa-file-encrypt-to'.

> I have this in a file but when I re-open the file, epa-file-encrypt-to
> is still nil. Any ideas?

> ,----
> | Local Variables:
> | epa-file-encrypt-to: CCBD9942
> | End:
> `----

You need double quotes.

epa-file-encrypt-to: "CCBD9942"

> BTW, I also notice there is pgg-epg.el on the website. When should I
> use pgg-epg.el i.e. for signing outgoing email etc?

pgg-epg.el is a backend module of PGG and you can use it with

  (setq pgg-scheme 'epg)

However, pgg-epg.el provides nothing but compatibility with PGG.
-- 
Daiki Ueno




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

* Re: EasyPG 0.0.8
  2006-11-30  1:33   ` Daiki Ueno
@ 2006-11-30  2:52     ` Leo
  0 siblings, 0 replies; 4+ messages in thread
From: Leo @ 2006-11-30  2:52 UTC (permalink / raw)


On Thursday, 30 Nov 2006, Daiki Ueno wrote:

>> ,----
>> | Local Variables:
>> | epa-file-encrypt-to: CCBD9942
>> | End:
>> `----
>
> You need double quotes.
>
> epa-file-encrypt-to: "CCBD9942"
>

Thanks.

-- 
Leo




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

end of thread, other threads:[~2006-11-30  2:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-29 21:32 EasyPG 0.0.8 Daiki Ueno
2006-11-29 23:12 ` Leo
2006-11-30  1:33   ` Daiki Ueno
2006-11-30  2:52     ` Leo

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).