Re: EasyPG 0.0.8
Daiki Ueno <[email protected]> Thu, 30 Nov 2006 12:33:30 +1100
| Newsgroups | gmane.emacs.gnus.general,gmane.mail.emacs.mime.japanese |
|---|---|
| Message-ID | <[email protected]> |
>>>>> In <[email protected]> >>>>> Leo <[email protected]> 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