Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] CVS texi/gnus.texi  - Advanced score example - replies
@ 2005-03-07 19:08 Jari Aalto+mail.emacs
  0 siblings, 0 replies; only message in thread
From: Jari Aalto+mail.emacs @ 2005-03-07 19:08 UTC (permalink / raw)



Here is something that might be good for the manual.

2005-03-07 Mon  Jari Aalto  <jari dot aalto A T cante dot net>

	* gnus.texi (Advanced Scoring Examples): 7.94  Mew anvanced
	sore example: How to see only replied messages.

Index: gnus.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 7.94
diff -u -IId: -b -w -u -r7.94 gnus.texi
--- gnus.texi	3 Mar 2005 23:03:35 -0000	7.94
+++ gnus.texi	7 Mar 2005 19:02:44 -0000
@@ -20497,8 +20497,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] only message in thread

only message in thread, other threads:[~2005-03-07 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-07 19:08 [patch] CVS texi/gnus.texi - Advanced score example - replies Jari Aalto+mail.emacs

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).