diff -u pgnus/lisp/ChangeLog~ pgnus/lisp/ChangeLog --- pgnus/lisp/ChangeLog~ Fri Jul 16 12:10:27 1999 +++ pgnus/lisp/ChangeLog Fri Jul 16 12:10:27 1999 @@ -1,3 +1,8 @@ +1999-07-16 Robert Bihlmeyer + + * gnus-art.el (gnus-treat-strip-pgp): Gnus shouldn't hide any body + parts by default. + Fri Jul 9 22:21:16 1999 Lars Magne Ingebrigtsen * gnus.el: Pterodactyl Gnus v0.95 is released. diff -u pgnus/lisp/gnus-art.el~ pgnus/lisp/gnus-art.el --- pgnus/lisp/gnus-art.el~ Fri Jul 16 12:09:58 1999 +++ pgnus/lisp/gnus-art.el Fri Jul 16 12:09:58 1999 @@ -709,7 +709,7 @@ :group 'gnus-article-treat :type gnus-article-treat-custom) -(defcustom gnus-treat-strip-pgp t +(defcustom gnus-treat-strip-pgp nil "Strip PGP signatures. Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details."