+1999-04-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-pgp.el (mime-pgp-check-signature): Return nil if neither bad
+       nor good.
+
 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * mime-mc.el (mime-mc-pgp-encrypt-region, mime-mc-pgp-sign-region,
 
                                          (match-end 0))))
             (goto-char (point-min))
             )
-           ;; PGP 5.0i always returns 0 status.
-           ((eq 'pgp50 pgp-version)
-            (message "Can't check signature")
+           (t
             ;; Returns nil in order for attempt to fetch key.
             nil
-            )
-           (t
-            (message "Can't check signature")
             )))))
 
 (defmacro mime-pgp-parse-verify-error (&rest forms)