Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] gnus.texi - new scoring example
@ 2005-09-14  8:13 Jari Aalto
  2005-09-14 22:50 ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Jari Aalto @ 2005-09-14  8:13 UTC (permalink / raw)



Here is small improvement to the manual

2005-09-14  Jari Aalto <jari aalto A T cante net>

        * texi/gnus.texi: (Advanced Scoring Examples):
          New exmples to teach how to drop off non-answered articles.

===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 7.106
diff -u -IId: -r7.106 gnus.texi
--- texi/gnus.texi      11 Sep 2005 13:41:19 -0000      7.106
+++ texi/gnus.texi      14 Sep 2005 08:10:49 -0000
@@ -20911,8 +20911,19 @@
  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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] gnus.texi - new scoring example
  2005-09-14  8:13 [patch] gnus.texi - new scoring example Jari Aalto
@ 2005-09-14 22:50 ` Katsumi Yamaoka
  2005-09-15  0:19   ` Adam Sjøgren
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2005-09-14 22:50 UTC (permalink / raw)


>>>>> In <4q8of4n9.fsf@cante.net> Jari Aalto wrote:

> Here is small improvement to the manual

> 2005-09-14  Jari Aalto <jari aalto A T cante net>

>         * texi/gnus.texi: (Advanced Scoring Examples):
>           New exmples to teach how to drop off non-answered articles.

Thanks for the patch.  I've added it to the trunk and the v5-10
branch.  BTW,

> +Suppose you're readin ga high volume group and you're only interested

What does `ga' stand for?  We're now working on translating the
Gnus manuals into Japanese.  <URL:http://tinyurl.com/8dlaz>.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus.texi - new scoring example
  2005-09-14 22:50 ` Katsumi Yamaoka
@ 2005-09-15  0:19   ` Adam Sjøgren
  2005-09-15  0:28     ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Sjøgren @ 2005-09-15  0:19 UTC (permalink / raw)


On Thu, 15 Sep 2005 07:50:05 +0900, Katsumi wrote:

>>>>>> In <4q8of4n9.fsf@cante.net> Jari Aalto wrote:

>> +Suppose you're readin ga high volume group and you're only interested

> What does `ga' stand for?

Perhaps the space was just misplaced, transforming "reading a" into
"readin ga"?


  :-),

-- 
 "Och jag säger som Jennifer Lopez: Utan mina pärmar          Adam Sjøgren
  hade det blivit oordning!"                             asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus.texi - new scoring example
  2005-09-15  0:19   ` Adam Sjøgren
@ 2005-09-15  0:28     ` Katsumi Yamaoka
  0 siblings, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2005-09-15  0:28 UTC (permalink / raw)


>>>>> In <8764t3p4hh.fsf@koldfront.dk> Adam Sjøgren wrote:

>>> +Suppose you're readin ga high volume group and you're only interested

>> What does `ga' stand for?

> Perhaps the space was just misplaced, transforming "reading a" into
> "readin ga"?

>   :-),

Oh, I also have to fix the texi files.  Thank you!



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-15  0:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-14  8:13 [patch] gnus.texi - new scoring example Jari Aalto
2005-09-14 22:50 ` Katsumi Yamaoka
2005-09-15  0:19   ` Adam Sjøgren
2005-09-15  0:28     ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).