X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-ui-en.texi;h=2cde0f9e06016c85cb87efcd5c1cd43c4323079b;hb=e620190813577b99e838da4477969dee5e5e6428;hp=20db91db1b3d41c3b09b95ace1d09c61c4392bb6;hpb=01e5c17f7b94677443c8286583cd8030fbc4ede4;p=elisp%2Fsemi.git diff --git a/mime-ui-en.texi b/mime-ui-en.texi index 20db91d..2cde0f9 100644 --- a/mime-ui-en.texi +++ b/mime-ui-en.texi @@ -30,17 +30,15 @@ This file documents SEMI, a MIME user interface for GNU Emacs. SEMI is a package for GNU Emacs to provide features related with MIME user interface.@refill -SEMI が提供する MIME user interface は MIME-View と MIME-Edit からなりま -す。@refill +SEMI provides two user interfaces: MIME-View and MIME-Edit.@refill -MIME-View は MIME や STD 11 および『地域化された RFC 822』message を表示 -したり、操作したりするための user interface の中核です。@refill +MIME-View is a kernel of user interface to display or operate MIME +messages, STD 11 messages or ``localized RFC 822'' messages.@refill -MIME-Edit は MIME message を生成するための user interface です。@refill +MIME-Edit is a user interface to compose MIME messages.@refill -各 MUA でこれらの機能を利用することにより、高度な MIME 機能を利用するこ -とができます。 +Each MUA can use powerful MIME features to combine these features. @node MIME-View, MIME-Edit, Introduction, Top @@ -683,29 +681,22 @@ mime-edit provides PGP encryption, signature and inserting public-key features based on @strong{PGP/MIME} (RFC 2015) or @strong{PGP-kazu} (draft-kazu-pgp-mime-00.txt).@refill -This feature requires pgp command and pgp interface package, such as -Mailcrypt package (@ref{(mailcrypt)}). +This feature requires your pgp command. -@defvar pgp-function-alist +@defvar pgg-default-scheme -Alist of service names vs. corresponding functions and its filenames. -Each element looks like @code{(SERVICE FUNCTION FILE)}.@refill - -SERVICE is a symbol of PGP processing. It allows `verify', `decrypt', -`fetch-key', `snarf-keys', `mime-sign', `traditional-sign', `encrypt' or -`insert-key'.@refill - -Function is a symbol of function to do specified SERVICE.@refill - -FILE is string of filename which has definition of corresponding -FUNCTION. +Version of PGP or GnuPG command to be used for encryption or sign. +The value should be a symbol. Allowed versions are @code{gpg}, +@code{pgp} or @code{pgp5}.@refill @end defvar -@defun pgp-function method +@defvar pgg-scheme -Return function to do service @var{method}. -@end defun +Version of PGP or GnuPG command to be used for decryption or verification. +The value should be a symbol. Allowed versions are @code{gpg}, +@code{pgp} or @code{pgp5}.@refill +@end defvar