From d1f9d3886e93d1fe72fdb8b3ba3b788deb708120 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 22 Sep 2009 22:42:48 +0000 Subject: [PATCH] (Security): Document mm-sign-option and mm-encrypt-option. --- texi/ChangeLog | 4 ++++ texi/gnus.texi | 15 +++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 442595e50..f06b94255 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2009-09-22 Daiki Ueno + + * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option. + 2009-09-02 Teodor Zlatanov * auth.texi (Help for users): Corrected markup. diff --git a/texi/gnus.texi b/texi/gnus.texi index c13fa734f..228fc39ce 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -12030,8 +12030,8 @@ or newer is recommended. @end enumerate -The variables that control security functionality on reading messages -include: +The variables that control security functionality on reading/composing +messages include: @table @code @item mm-verify-option @@ -12046,6 +12046,17 @@ Option of decrypting encrypted parts. @code{never}, no decryption; @code{always}, always decrypt; @code{known}, only decrypt known protocols. Otherwise, ask user. +@item mm-sign-option +@vindex mm-sign-option +Option of creating signed parts. @code{nil}, use default signing +keys; @code{guided}, ask user to select signing keys from the menu. + +@item mm-decrypt-option +@vindex mm-encrypt-option +Option of creating encrypted parts. @code{nil}, use the first +public-key matching the @samp{From:} header as the recipient; +@code{guided}, ask user to select recipient keys from the menu. + @item mml1991-use @vindex mml1991-use Symbol indicating elisp interface to OpenPGP implementation for -- 2.11.4.GIT