aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-decode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index d9c14120c2f..3de7a0464bb 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1745,7 +1745,7 @@ If RECURSIVE, search recursively."
1745 (let ((info (get-text-property 0 'gnus-info (car mm-security-handle)))) 1745 (let ((info (get-text-property 0 'gnus-info (car mm-security-handle))))
1746 (if (or (not info) 1746 (if (or (not info)
1747 (equal info "") 1747 (equal info "")
1748 (equal subtype "encrypted") 1748 (not (equal subtype "encrypted"))
1749 (member "OK" (split-string info "\n"))) 1749 (member "OK" (split-string info "\n")))
1750 parts 1750 parts
1751 ;; We had an error during decryption. Report what it is. 1751 ;; We had an error during decryption. Report what it is.