* pop3.el (pop3-md5): Treat a given string as binary.
[elisp/gnus.git-] / lisp / mml2015.el
index 69fe63c..b86a2e1 100644 (file)
@@ -417,14 +417,13 @@ by you.")
                          (match-string 1)))
             (fprint (and (re-search-forward
                           "^\\[GNUPG:\\] VALIDSIG \\([0-9a-zA-Z]*\\) "
-                          nil t)
+                      nil t)
                          (match-string 1)))
-            (trust  (and (re-search-forward "^\\[GNUPG:\\] \\(TRUST_.*\\)$"
-                                            nil t)
+            (trust  (and (re-search-forward "^\\[GNUPG:\\] \\(TRUST_.*\\)$" nil t)
                          (match-string 1)))
             (trust-good-enough-p
              (cdr (assoc (cdr (assoc trust gpg-unabbrev-trust-alist))
-                         mml2015-trust-boundaries-alist))))
+                     mml2015-trust-boundaries-alist))))
        (if (and signer trust fprint)
            (concat signer
                    (unless trust-good-enough-p