(gnus-treat-highlight-signature): Make the default
authorJesper Harder <harder@ifa.au.dk>
Tue, 18 Mar 2003 05:03:47 +0000 (05:03 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 18 Mar 2003 05:03:47 +0000 (05:03 +0000)
work for multipart/signed where the message text isn't `last'.

lisp/ChangeLog
lisp/gnus-art.el

index 606fe75..4ea60d2 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (gnus-treat-highlight-signature): Make the default
+       work for multipart/signed where the message text isn't `last'.
+
 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
index 01144ff..3ad57d3 100644 (file)
@@ -858,7 +858,7 @@ used."
 (defvar gnus-inhibit-treatment nil
   "Whether to inhibit treatment.")
 
-(defcustom gnus-treat-highlight-signature '(or last (typep "text/x-vcard"))
+(defcustom gnus-treat-highlight-signature '(or t (typep "text/x-vcard"))
   "Highlight the signature.
 Valid values are nil, t, `head', `last', an integer or a predicate.
 See Info node `(gnus)Customizing Articles'."