X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=30f6f0102526367247b7ec6f054b4d99d834eff4;hb=c3f7df32c68315e9c66b2a9a0f3e181771c79890;hp=31fd7aad44f4a2b7c8c1fb0e8cc856019269d430;hpb=20d3b53e9762dc1628ff71bfc1cd23a2f9c7282f;p=elisp%2Fepg.git diff --git a/README b/README index 31fd7aa..30f6f01 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ * What's this? -EasyPG is a GnuPG interface for Emacs. It has two aspects: tools to -use GnuPG from Emacs (The EasyPG Assistant), and a fully functional -library to interact with GnuPG (The EasyPG Library.) +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.) * Requirements @@ -27,7 +27,7 @@ you can do some cryptographic operations on dired. M-x dired (mark some files) : e (or M-x epa-dired-do-encrypt) - (select recipients and click [OK]) + (select recipients by 'm' and click [OK]) * MUA Integration @@ -36,8 +36,8 @@ User Agents.) ** CVS version of Gnus -CVS version of Gnus has the native EasyPG binding, simply put the -following line into your ~/.emacs. +CVS version of Gnus supports EasyPG natively, simply put the following +line into your ~/.emacs. (setq mml2015-use 'epg) @@ -56,13 +56,13 @@ NOTE: You need not to install pgg-epg.el in this case. PGG is somewhat outdated PGP library used by old Gnus, MH-E, etc. There is a PGG backend using EasyPG called pgg-epg.el. However, -EasyPG API is a superset of PGG, so pgg-epg.el just emulate the old +EasyPG API is a superset of PGG, so pgg-epg.el just emulates the old behavior of pgg.el. Major features which PGG lacks are -- Key selection interface -- Web of trust support -- A mechanism to investigate the verify result -- S/MIME support using gpgsm +- Key selection user interface +- Diagnosis interface to the verify operation +- Web of trust +- S/MIME using gpgsm ** SEMI based MUA