* gnusref.tex (subsection*{Notes}): do.
authorJesper Harder <harder@ifa.au.dk>
Wed, 22 Jan 2003 00:32:16 +0000 (00:32 +0000)
committerJesper Harder <harder@ifa.au.dk>
Wed, 22 Jan 2003 00:32:16 +0000 (00:32 +0000)
* gnus.texi (Article Hiding): Remove gnus-article-hide-pgp.
(Customizing Articles): Remove gnus-treat-strip-pgp.

texi/ChangeLog
texi/gnus.texi
texi/gnusref.tex

index 84b9365..b0b11cb 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-22  Jesper Harder  <harder@ifa.au.dk>
+
+       * 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  <harder@ifa.au.dk>
 
        * gnus.texi (Various Summary Stuff): Add
index 1dcfeda..7c25428 100644 (file)
@@ -8109,29 +8109,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
@@ -10769,7 +10746,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)
index 32d11be..abb47eb 100644 (file)
         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}.\\