[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4. その他


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.1 PGP

mime-edit では PGP/MIME (RFC 2015) およびPGP-kazu (draft-kazu-pgp-mime-00.txt) による暗号化・電子署名・公開鍵の挿入機能を 利用することができます。

但し、この機能を利用するには各種 pgp command が必要です。

Variable: pgg-default-scheme

暗号化もしくは署名に用いる PGP もしくは GnuPG コマンドのバージョンです。 値は symbol を指定します。使えるバージョンは gpgpgp もしくは pgp5 です。

Variable: pgg-scheme

復号もしくは検証に用いる PGP もしくは GnuPG コマンドのバージョンです。 値は symbol を指定します。使えるバージョンは gpgpgp もしくは pgp5 です。

Variable: pgg-insert-url-function

鍵サーバから公開鍵を取り寄せる際に使う関数です。デフォルトでは Emacs/W3 を使う設定になっています。emacs-w3m を使う場合には 次のように設定します。

 
(setq pgg-insert-url-function #'w3m-retrieve)

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.2 押釦

Variable: mime-button-face

MIME-Preview バッファで content-button もしくは URL-button に用いる face です。

Variable: mime-button-mouse-face

MIME-preview バッファでマウスをハイライトする際に用いる face です。

Variable: mime-browse-url-function

URL をブラウズする関数です。


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.3 実行条件の設定

Function: mime-add-condition target-type condition &optional mode file

Add condition to database specified by target-type.

target-type must be preview or action.

If optional argument mode is strict or nil (omitted), condition is added strictly.

If optional argument mode is with-default, condition is added with default rule.

If optional argument file is specified, it is loaded when condition is activate.


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by Yasutaka SHINDOH on May 11, 2011 using texi2html 1.82.