* gnus.texi (Article Washing): Addition.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 8 Feb 2002 15:09:26 +0000 (15:09 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 8 Feb 2002 15:09:26 +0000 (15:09 +0000)
From: Michael Cook <michael.cook@cisco.com>

texi/ChangeLog
texi/gnus.texi

index f96bb77..34bec49 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Article Washing): Addition.
+       From: Michael Cook <michael.cook@cisco.com>
+
 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Gnus Unplugged): Use (setq gnus-agent t).
index 19df5f2..e40f3dd 100644 (file)
@@ -8126,6 +8126,14 @@ Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
 common encoding employed when sending Chinese articles.  It typically
 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
 
+@item W u
+@kindex W u (Summary)
+@findex gnus-article-unsplit-urls
+Remove newlines from within URLs.  Some mailers insert newlines into
+outgoing email messages to keep lines short.  This reformatting can
+split long URLs onto multiple lines.  Repair those URLs by removing
+the newlines (@code{gnus-article-unsplit-urls}).
+
 @item W h
 @kindex W h (Summary)
 @findex gnus-article-wash-html
@@ -10349,6 +10357,7 @@ possible but those listed are probably sufficient for most people.
 @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)
 
 @xref{Article Washing}.