--- mml2015.el Mon Oct 7 10:43:45 2002 +++ /home/mark/.xemacs/lisp/mml2015.el Wed Oct 9 07:30:33 2002 @@ -457,7 +457,10 @@ (car signer))))) (t "From unknown user"))) - (if (re-search-forward "^\\(gpg: \\)?Good signature from \"\\(.*\\)\"$" nil t) + (if (or + (re-search-forward "^\\(gpg: \\)?Good signature from \"\\(.*\\)\"$" nil t) + ;; German "speaking" Version of GnuPG + (re-search-forward "^\\(gpg: \\)?Korrekte Unterschrift von \"\\(.*\\)\"$" nil t)) (match-string 2) "From unknown user")))