diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/gnus.texi | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 7068352efed..5d469daf672 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-04 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * gnus.texi (Security): Improve. | ||
| 4 | |||
| 1 | 2006-04-03 Richard Stallman <rms@gnu.org> | 5 | 2006-04-03 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * misc.texi (Thumbnails): Minor cleanup. | 7 | * misc.texi (Thumbnails): Minor cleanup. |
diff --git a/man/gnus.texi b/man/gnus.texi index 203287b3a48..0c848478b60 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -10655,8 +10655,8 @@ or newer is recommended. | |||
| 10655 | 10655 | ||
| 10656 | @end enumerate | 10656 | @end enumerate |
| 10657 | 10657 | ||
| 10658 | More information on how to set things up can be found in the message | 10658 | The variables that control security functionality on reading messages |
| 10659 | manual (@pxref{Security, ,Security, message, Message Manual}). | 10659 | include: |
| 10660 | 10660 | ||
| 10661 | @table @code | 10661 | @table @code |
| 10662 | @item mm-verify-option | 10662 | @item mm-verify-option |
| @@ -10687,6 +10687,15 @@ deprecated. | |||
| 10687 | 10687 | ||
| 10688 | @end table | 10688 | @end table |
| 10689 | 10689 | ||
| 10690 | By default the buttons that display security information are not | ||
| 10691 | shown, because they clutter reading the actual e-mail. You can type | ||
| 10692 | @kbd{K b} manually to display the information. Use the | ||
| 10693 | @code{gnus-buttonized-mime-types} and | ||
| 10694 | @code{gnus-unbuttonized-mime-types} variables to control this | ||
| 10695 | permanently. @ref{MIME Commands} for further details, and hints on | ||
| 10696 | how to customize these variables to always display security | ||
| 10697 | information. | ||
| 10698 | |||
| 10690 | @cindex snarfing keys | 10699 | @cindex snarfing keys |
| 10691 | @cindex importing PGP keys | 10700 | @cindex importing PGP keys |
| 10692 | @cindex PGP key ring import | 10701 | @cindex PGP key ring import |
| @@ -10707,6 +10716,10 @@ application/pgp-keys; gpg --import --interactive --verbose; needsterminal | |||
| 10707 | This happens to also be the default action defined in | 10716 | This happens to also be the default action defined in |
| 10708 | @code{mailcap-mime-data}. | 10717 | @code{mailcap-mime-data}. |
| 10709 | 10718 | ||
| 10719 | More information on how to set things for sending outgoing signed and | ||
| 10720 | encrypted messages up can be found in the message manual | ||
| 10721 | (@pxref{Security, ,Security, message, Message Manual}). | ||
| 10722 | |||
| 10710 | @node Mailing List | 10723 | @node Mailing List |
| 10711 | @section Mailing List | 10724 | @section Mailing List |
| 10712 | @cindex mailing list | 10725 | @cindex mailing list |