diff lisp/gnus/gnus-nocem.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 9f59509498e1
children 15872534500d
line wrap: on
line diff
--- a/lisp/gnus/gnus-nocem.el	Mon Aug 13 09:37:21 2007 +0200
+++ b/lisp/gnus/gnus-nocem.el	Mon Aug 13 09:38:25 2007 +0200
@@ -194,7 +194,8 @@
 (defun gnus-nocem-verify-issuer (person)
   "Verify using PGP that the canceler is who she says she is."
   (if (fboundp gnus-nocem-verifyer)
-      (funcall gnus-nocem-verifyer)
+      (ignore-errors
+	(funcall gnus-nocem-verifyer))
     ;; If we don't have Mailcrypt, then we use the message anyway.
     t))