From 67e1932a10726ae585102e081e3a6420d74ce7cf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 14 Sep 2005 22:59:01 +0000 Subject: [PATCH] Synch to No Gnus 200509142250. --- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 13 +++++++++++++ texi/gnus.texi | 13 ++++++++++++- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index e825e15..323407d 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2005-09-14 Jari Aalto + + * gnus.texi (Advanced Scoring Examples): New exmples to teach how + to drop off non-answered articles. + 2005-09-11 Romain Francoise * message.texi (Message Headers): Explain what diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index e70d103..6dbeb7a 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -20225,6 +20225,19 @@ Redmondo が消えた靴下について書いたときにフォローアップしたすべての人は 1000) @end example +@c TRANSLATEME +Suppose you're readin ga high volume group and you're only interested +in replies. The plan is to score down all articles that don't have +subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all +parents of articles that have subjects that begin with reply marks. + +@example +((! ("subject" "re:\\|fwd?:" r)) + -200) +((1- ("subject" "re:\\|fwd?:" r)) + 200) +@end example + 可能性は無限大です。 @node Advanced Scoring Tips diff --git a/texi/gnus.texi b/texi/gnus.texi index cf49eee..8a9b57c 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -20904,8 +20904,19 @@ very interesting: 1000) @end example -The possibilities are endless. +Suppose you're readin ga high volume group and you're only interested +in replies. The plan is to score down all articles that don't have +subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all +parents of articles that have subjects that begin with reply marks. +@example +((! ("subject" "re:\\|fwd?:" r)) + -200) +((1- ("subject" "re:\\|fwd?:" r)) + 200) +@end example + +The possibilities are endless. @node Advanced Scoring Tips @subsection Advanced Scoring Tips -- 1.7.10.4