From: ueno Date: Wed, 12 Apr 2006 09:40:56 +0000 (+0000) Subject: Added Gnus/PGG setting. X-Git-Tag: epgsm-branchpoint~109 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3196c5138136a3c3a24e04a4ee6e45268ffe42a4;p=elisp%2Fepg.git Added Gnus/PGG setting. --- diff --git a/README b/README index d56f6df..1072f4d 100644 --- a/README +++ b/README @@ -12,13 +12,23 @@ library to interact with GnuPG. ** GnuPG 1.4.3 or later +** Gnus 5.10.8 or later (optional) + * Quick start -(0) Put (require 'epg-file) in your ~/.emacs.el +** Transparent file encryption + +EasyPG provides transparent file encryption similar to crypt++, +alpaca.el, hedgehog. To enable this feature, put (require 'epg-file) +in your ~/.emacs.el, C-x C-f ~/test.txt.gpg. + +** Using with Gnus/PGG -(1) Restart emacs +EasyPG provides an implementation of the backend interface of +Gnus/PGG. To use EasyPG instead of pgg-gpg, install pgg-epg.el and +add the following line to your ~/.gnus -(2) C-x C-f ~/test.gpg +(setq pgg-scheme 'epg) * Advantages over other competitors