From: yamaoka Date: Tue, 18 Mar 2003 05:06:23 +0000 (+0000) Subject: Synch to Oort Gnus 200303180503. X-Git-Tag: t-gnus-6_15_18-00-quimby~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6ba108d31e40d935ef9edd7e35ee6a2b62c40e0c;p=elisp%2Fgnus.git- Synch to Oort Gnus 200303180503. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 606fe75..4ea60d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-03-18 Jesper Harder + + * 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 * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index f11da42..d84e51c 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -907,7 +907,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'."