Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 11 Sep 2002 09:46:58 +0000 (09:46 +0000)
committeryamaoka <yamaoka>
Wed, 11 Sep 2002 09:46:58 +0000 (09:46 +0000)
lisp/gnus-art.el
texi/gnus-ja.texi
texi/gnus.texi

index b70c4d2..58008fe 100644 (file)
@@ -323,7 +323,7 @@ to match a mail address in the From: header, BANNER is one of a symbol
 If ADDRESS matches author's mail address, it will remove things like
 advertisements.  For example:
 
-\((\"@yoo-hoo\\.co\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
+\((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
 "
   :type '(repeat
          (cons
index ffb7312..9c0988b 100644 (file)
@@ -7914,7 +7914,7 @@ Fonts})\e$B!#F1$8%a%C%;!<%8$NCf$KJ#?t$N5-;v$+$i$N0zMQ$,$"$k$H!"\e(Bgnus \e$B$O$=$l$
 \e$B$NMWAG$G$=$l$i$r>C$9$3$H$,$G$-$^$9!#\e(B
 
 @lisp
-("@@yoo-hoo\.co\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
+("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
 @end lisp
 @end table
 
index 8e1e2cb..65a43b1 100644 (file)
@@ -8058,7 +8058,7 @@ advertisements.  For example, if a sender has the mail address
 following element to remove them:
 
 @lisp
-("@@yoo-hoo\.co\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
+("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
 @end lisp
 
 @end table