diff options
| author | Katsumi Yamaoka | 2009-09-28 12:09:30 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2009-09-28 12:09:30 +0000 |
| commit | 4146636e630c80671cec18802e91275dc2e60e42 (patch) | |
| tree | 2d8dac6c30ff22d45ca7562c985551b51577730f /doc/misc | |
| parent | ffa894dbde4c72055a21b18501c0c3e1e6c13ae1 (diff) | |
| download | emacs-4146636e630c80671cec18802e91275dc2e60e42.tar.gz emacs-4146636e630c80671cec18802e91275dc2e60e42.zip | |
2009-09-22 Daiki Ueno <ueno@unixuser.org>
* gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 24fb119b03a..b75d1d27c6f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-09-22 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option. | ||
| 4 | |||
| 1 | 2009-09-13 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-09-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * dired-x.texi (Technical Details): Delete | 7 | * dired-x.texi (Technical Details): Delete |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 91ce3228231..ca386c08416 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -12030,8 +12030,8 @@ or newer is recommended. | |||
| 12030 | 12030 | ||
| 12031 | @end enumerate | 12031 | @end enumerate |
| 12032 | 12032 | ||
| 12033 | The variables that control security functionality on reading messages | 12033 | The variables that control security functionality on reading/composing |
| 12034 | include: | 12034 | messages include: |
| 12035 | 12035 | ||
| 12036 | @table @code | 12036 | @table @code |
| 12037 | @item mm-verify-option | 12037 | @item mm-verify-option |
| @@ -12046,6 +12046,17 @@ Option of decrypting encrypted parts. @code{never}, no decryption; | |||
| 12046 | @code{always}, always decrypt; @code{known}, only decrypt known | 12046 | @code{always}, always decrypt; @code{known}, only decrypt known |
| 12047 | protocols. Otherwise, ask user. | 12047 | protocols. Otherwise, ask user. |
| 12048 | 12048 | ||
| 12049 | @item mm-sign-option | ||
| 12050 | @vindex mm-sign-option | ||
| 12051 | Option of creating signed parts. @code{nil}, use default signing | ||
| 12052 | keys; @code{guided}, ask user to select signing keys from the menu. | ||
| 12053 | |||
| 12054 | @item mm-encrypt-option | ||
| 12055 | @vindex mm-encrypt-option | ||
| 12056 | Option of creating encrypted parts. @code{nil}, use the first | ||
| 12057 | public-key matching the @samp{From:} header as the recipient; | ||
| 12058 | @code{guided}, ask user to select recipient keys from the menu. | ||
| 12059 | |||
| 12049 | @item mml1991-use | 12060 | @item mml1991-use |
| 12050 | @vindex mml1991-use | 12061 | @vindex mml1991-use |
| 12051 | Symbol indicating elisp interface to OpenPGP implementation for | 12062 | Symbol indicating elisp interface to OpenPGP implementation for |