emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/gnus.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus.texi
Date: Wed, 29 Jun 2005 20:27:43 -0400

Index: emacs/man/gnus.texi
diff -c emacs/man/gnus.texi:1.50 emacs/man/gnus.texi:1.51
*** emacs/man/gnus.texi:1.50    Thu Jun 23 01:19:43 2005
--- emacs/man/gnus.texi Thu Jun 30 00:27:41 2005
***************
*** 21750,21776 ****
  
  @item gnus-nocem-verifyer
  @vindex gnus-nocem-verifyer
! @findex mc-verify
  This should be a function for verifying that the NoCeM issuer is who she
! says she is.  The default is @code{mc-verify}, which is a Mailcrypt
! function.  If this is too slow and you don't care for verification
! (which may be dangerous), you can set this variable to @code{nil}.
! 
! If you want signed NoCeM messages to be verified and unsigned messages
! not to be verified (but used anyway), you could do something like:
! 
! @lisp
! (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
! 
! (defun my-gnus-mc-verify ()
!   (not (eq 'forged
!            (ignore-errors
!              (if (mc-verify)
!                  t
!                'forged)))))
! @end lisp
! 
! This might be dangerous, though.
  
  @item gnus-nocem-directory
  @vindex gnus-nocem-directory
--- 21750,21767 ----
  
  @item gnus-nocem-verifyer
  @vindex gnus-nocem-verifyer
! @findex pgg-verify
  This should be a function for verifying that the NoCeM issuer is who she
! says she is.  The default is @code{pgg-verify}, which returns
! address@hidden if the verification is successful, otherwise (including
! the case the NoCeM message was not signed) returns @code{nil}.  If this
! is too slow and you don't care for verification (which may be dangerous),
! you can set this variable to @code{nil}.
! 
! Formerly the default was @code{mc-verify}, which is a Mailcrypt
! function.  While you can still use it, you can change it into
! @code{pgg-verify} running with GnuPG if you are willing to add the
! @acronym{PGP} public keys to GnuPG's keyring.
  
  @item gnus-nocem-directory
  @vindex gnus-nocem-directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]