Synch to Gnus 200310221533.
authoryamaoka <yamaoka>
Wed, 22 Oct 2003 22:21:52 +0000 (22:21 +0000)
committeryamaoka <yamaoka>
Wed, 22 Oct 2003 22:21:52 +0000 (22:21 +0000)
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 77e8f46..41be452 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-22  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus.texi (Filtering Spam Using The Spam ELisp Package):
+       changed to use the new spam-initialize function
+
 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.texi (Mailing Lists): Add Mail-Followup-To to index.
index 6390b74..9a58e60 100644 (file)
@@ -21450,25 +21450,15 @@ Spam \e$B$H@o$&$?$a$N?7$7$$5;K!$O!"%a%C%;!<%8$rAw?.$9$k:]$K$$$/$P$/$+$NIiC4\e(B
 \e$BJ,@O$9$k$3$H$G$9!#\e(B@dfn{Ham} \e$B$O\e(B @file{spam.el} \e$B$N$$$?$k=j$G\e(B spam \e$B$G$O$J$$\e(B
 \e$B%a%C%;!<%8$r<($9$?$a$K;H$&L>A0$G$9!#\e(B
 
-\e$B$G$O\e(B @file{spam.el} \e$B$rFI$_9~$`$H2?$,5/$-$k$G$7$g$&$+\e(B?
-
-\e$BBh0l$K!"JQ?t\e(B @code{spam-install-hooks} \e$B$r\e(B @code{t} \e$B$K!"$=$7\e(B
-\e$B$F\e(B @code{spam.el} \e$B$N%U%C%/$r\e(B @strong{\e$B@_Dj$7$J$1$l$P$J$j$^$;$s\e(B}:
+\e$BBh0l$K!"\e(B@code{spam.el} \e$B$r<+F0FI$_9~$_\e(B (autoload) \e$B$7$F\e(B @code{spam.el} \e$B$N\e(B
+\e$B3F%U%C%/$r%$%s%9%H!<%k$9$k$?$a$K!"4X\e(B
+\e$B?t\e(B @code{spam-initialize} \e$B$r\e(B @strong{\e$B<B9T$7$J$1$l$P$J$j$^$;$s\e(B}:
 
 @example
-(setq spam-install-hooks t)
-(spam-install-hooks-function)
+(spam-initialize)
 @end example
 
-\e$B$3$l$O!"0J2<$G@bL@$5$l$k\e(B @code{spam-use-*} \e$BJQ?t72$N0l$D$r@_Dj$7$?8e\e(B
-\e$B$G\e(B @code{spam.el} \e$B$r%m!<%I$9$l$P!"<+F0E*$K9T$J$o$l$^$9!#$7$?$,$C$F!"\e(B
-@code{spam-use-*} \e$BJQ?t72$N0l$D$r@_Dj$7$?8e$G!"\e(B@code{spam.el} \e$B$r%m!<%I$7\e(B
-\e$B$J$1$l$P$J$j$^$;$s\e(B:
-
-@example
-(setq spam-use-bogofilter t)
-(require 'spam)
-@end example
+\e$B$G$O\e(B @file{spam.el} \e$B$rFI$_9~$`$H2?$,5/$-$k$G$7$g$&$+\e(B?
 
 \e$B0J2<$N%-!<%\!<%IL?Na$,;H$($k$h$&$K$J$j$^$9\e(B:
 
index 6ec6a10..eb8bc4c 100644 (file)
@@ -22316,25 +22316,15 @@ filters incoming mail, and it analyzes mail known to be spam or ham.
 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
 non-spam messages.
 
-So, what happens when you load @file{spam.el}?  
-
-First of all, you @strong{must} set the variable
-@code{spam-install-hooks} to @code{t} and install the @code{spam.el} hooks:
+First of all, you @strong{must} run the function
+@code{spam-initialize} to autoload @code{spam.el} and to install the
+@code{spam.el} hooks:
 
 @example
-(setq spam-install-hooks t)
-(spam-install-hooks-function)
+(spam-initialize)
 @end example
 
-This is automatically done for you if you load @code{spam.el}
-@emph{after} one of the @code{spam-use-*} variables explained later
-are set.  So you should load @code{spam.el} after you set one of the
-@code{spam-use-*} variables:
-
-@example
-(setq spam-use-bogofilter t)
-(require 'spam)
-@end example
+So, what happens when you load @file{spam.el}?  
 
 You get the following keyboard commands: