(gnus-mime-display-security): Don't display the
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2005 14:58:26 +0000 (14:58 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2005 14:58:26 +0000 (14:58 +0000)
signature, but only the signed part.

lisp/ChangeLog
lisp/gnus-art.el

index 1627b91..3613bc4 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-mime-display-security): Don't display the
+       signature, but only the signed part.
+
 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
index d8d82a5..68e9776 100644 (file)
@@ -7377,7 +7377,7 @@ For example:
     (narrow-to-region (point) (point))
     (unless (gnus-unbuttonized-mime-type-p (car handle))
       (gnus-insert-mime-security-button handle))
-    (gnus-mime-display-mixed (cdr handle))
+    (gnus-mime-display-part (cadr handle))
     (unless (bolp)
       (insert "\n"))
     (unless (gnus-unbuttonized-mime-type-p (car handle))