From ef92f9ba5aff90fbb3befb698de316fbef237399 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 22 Jan 2003 00:41:40 +0000 Subject: [PATCH] Synch with Oort Gnus. --- texi/ChangeLog | 7 +++++++ texi/gnus-ja.texi | 24 ------------------------ texi/gnus.texi | 24 ------------------------ texi/gnusref.tex | 1 - 4 files changed, 7 insertions(+), 49 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 84b9365..b0b11cb 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,10 @@ +2003-01-22 Jesper Harder + + * gnusref.tex (subsection*{Notes}): do. + + * gnus.texi (Article Hiding): Remove gnus-article-hide-pgp. + (Customizing Articles): Remove gnus-treat-strip-pgp. + 2003-01-21 Jesper Harder * gnus.texi (Various Summary Stuff): Add diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 84f0b0b..59b3d6c 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -7956,29 +7956,6 @@ Fonts})$B!#F1$8%a%C%;!<%8$NCf$KJ#?t$N5-;v$+$i$N0zMQ$,$"$k$H!"(Bgnus $B$O$=$l$ $B$N%j%9%H$G$"$k$3$H$b$G$-$^$9!#(B @end table -@item W W p -@kindex W W p ($B35N,(B) -@findex gnus-article-hide-pgp -@vindex gnus-article-hide-pgp-hook -@sc{pgp} $B=pL>$r1#$7$^$9(B (@code{gnus-article-hide-pgp})$B!#(B@sc{pgp} $B=pL>$,(B -$B1#$5$l$?8e$K%U%C%/(B @code{gnus-article-hide-pgp-hook} $B$,$r;}$D5-;v$r<+F0E*$KG'>Z$9$k$K$O(B: - -@lisp -;;; Hide pgp cruft if any. - -(setq gnus-treat-strip-pgp t) - -;;; After hiding pgp, verify the message; -;;; only happens if pgp signature is found. - -(add-hook 'gnus-article-hide-pgp-hook - (lambda () - (save-excursion - (set-buffer gnus-original-article-buffer) - (mc-verify)))) -@end lisp - @item W W P @kindex W W P ($B35N,(B) @findex gnus-article-hide-pem @@ -10145,7 +10122,6 @@ GNUS $B$d(B Gnus $B$G$O!"$3$N$?$A$N0-$$LdBj$G6C$+$5$l$J$$$h$&$K$9$k$K$O!"35N, @item gnus-treat-strip-leading-blank-lines (t, integer) @item gnus-treat-strip-multiple-blank-lines (t, integer) @item gnus-treat-strip-pem (t, last, integer) -@item gnus-treat-strip-pgp (t, last, integer) @item gnus-treat-strip-trailing-blank-lines (t, last, integer) @item gnus-treat-unsplit-urls (t, integer) @item gnus-treat-wash-html (t, integer) diff --git a/texi/gnus.texi b/texi/gnus.texi index b0936a7..81a7e9d 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -8106,29 +8106,6 @@ subject. This can also be a list of regular expressions. @end table -@item W W p -@kindex W W p (Summary) -@findex gnus-article-hide-pgp -@vindex gnus-article-hide-pgp-hook -Hide @sc{pgp} signatures (@code{gnus-article-hide-pgp}). The -@code{gnus-article-hide-pgp-hook} hook will be run after a @sc{pgp} -signature has been hidden. For example, to automatically verify -articles that have signatures in them do: -@lisp -;;; Hide pgp cruft if any. - -(setq gnus-treat-strip-pgp t) - -;;; After hiding pgp, verify the message; -;;; only happens if pgp signature is found. - -(add-hook 'gnus-article-hide-pgp-hook - (lambda () - (save-excursion - (set-buffer gnus-original-article-buffer) - (mc-verify)))) -@end lisp - @item W W P @kindex W W P (Summary) @findex gnus-article-hide-pem @@ -10673,7 +10650,6 @@ possible but those listed are probably sufficient for most people. @item gnus-treat-strip-leading-blank-lines (t, integer) @item gnus-treat-strip-multiple-blank-lines (t, integer) @item gnus-treat-strip-pem (t, last, integer) -@item gnus-treat-strip-pgp (t, last, integer) @item gnus-treat-strip-trailing-blank-lines (t, last, integer) @item gnus-treat-unsplit-urls (t, integer) @item gnus-treat-wash-html (t, integer) diff --git a/texi/gnusref.tex b/texi/gnusref.tex index 32d11be..abb47eb 100644 --- a/texi/gnusref.tex +++ b/texi/gnusref.tex @@ -663,7 +663,6 @@ W W b & Hide {\bf boring} headers.\\ W W s & Hide {\bf signature}.\\ W W l & Hide {\bf list} identifiers in subject-header.\\ - W W p & Hide {\bf PGP}-signatures.\\ W W P & Hide {\bf PEM} (privacy enhanced messages).\\ W W B & Hide banner specified by group parameter.\\ W W c & Hide {\bf citation}.\\ -- 1.7.10.4