/[emacs]/emacs/man/gnus.texi
ViewVC logotype

Diff of /emacs/man/gnus.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by rfrancoise, Fri Sep 16 22:11:01 2005 UTC revision 1.57 by miles, Mon Sep 19 10:14:34 2005 UTC
# Line 9624  by giving the @kbd{A T} command a numeri Line 9624  by giving the @kbd{A T} command a numeri
9624  @kindex M-^ (Summary)  @kindex M-^ (Summary)
9625  @cindex Message-ID  @cindex Message-ID
9626  @cindex fetching by Message-ID  @cindex fetching by Message-ID
9627  You can also ask the @acronym{NNTP} server for an arbitrary article, no  You can also ask Gnus for an arbitrary article, no matter what group it
9628  matter what group it belongs to.  @kbd{M-^}  belongs to.  @kbd{M-^} (@code{gnus-summary-refer-article}) will ask you
9629  (@code{gnus-summary-refer-article}) will ask you for a  for a @code{Message-ID}, which is one of those long, hard-to-read
9630  @code{Message-ID}, which is one of those long, hard-to-read thingies  thingies that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.
9631  that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You  You have to get it all exactly right.  No fuzzy searches, I'm afraid.
9632  have to get it all exactly right.  No fuzzy searches, I'm afraid.  
9633    Gnus looks for the @code{Message-ID} in the headers that have already
9634    been fetched, but also tries all the select methods specified by
9635    @code{gnus-refer-article-method} if it is not found.
9636  @end table  @end table
9637    
 The current select method will be used when fetching by  
 @code{Message-ID} from non-news select method, but you can override this  
 by giving this command a prefix.  
   
9638  @vindex gnus-refer-article-method  @vindex gnus-refer-article-method
9639  If the group you are reading is located on a back end that does not  If the group you are reading is located on a back end that does not
9640  support fetching by @code{Message-ID} very well (like @code{nnspool}),  support fetching by @code{Message-ID} very well (like @code{nnspool}),
# Line 20501  very interesting: Line 20500  very interesting:
20500   1000)   1000)
20501  @end example  @end example
20502    
20503  The possibilities are endless.  Suppose you're reading a high volume group and you're only interested
20504    in replies. The plan is to score down all articles that don't have
20505    subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all
20506    parents of articles that have subjects that begin with reply marks.
20507    
20508    @example
20509    ((! ("subject" "re:\\|fwd?:" r))
20510      -200)
20511    ((1- ("subject" "re:\\|fwd?:" r))
20512      200)
20513    @end example
20514    
20515    The possibilities are endless.
20516    
20517  @node Advanced Scoring Tips  @node Advanced Scoring Tips
20518  @subsection Advanced Scoring Tips  @subsection Advanced Scoring Tips

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26