Changes committed gnus/texi (ChangeLog gnus.texi)
"Daiki Ueno" <[email protected]> Wed, 23 Sep 2009 00:42:48 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Security): Document mm-sign-option and mm-encrypt-option. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.452 gnus/texi/ChangeLog:7.453 --- ChangeLog:7.452 Wed Sep 9 12:11:52 2009 +++ ChangeLog Wed Sep 23 00:42:48 2009 @@ -1,3 +1,7 @@ +2009-09-22 Daiki Ueno <[email protected]> + + * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option. + 2009-09-02 Teodor Zlatanov <[email protected]> * auth.texi (Help for users): Corrected markup. Index: gnus.texi diff -u gnus/texi/gnus.texi:7.321 gnus/texi/gnus.texi:7.322 --- gnus.texi:7.321 Wed Aug 12 10:27:57 2009 +++ gnus.texi Wed Sep 23 00:42:48 2009 @@ -12030,8 +12030,8 @@ @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 @@ @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