From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56464 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Why do I get *.ADAPT files for nnml groups? Date: Mon, 01 Mar 2004 10:07:47 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <877jy5djfg.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078132070 17451 80.91.224.253 (1 Mar 2004 09:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 09:07:50 +0000 (UTC) Original-X-From: ding-owner+M5005@lists.math.uh.edu Mon Mar 01 10:07:46 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AxjOr-0000qb-00 for ; Mon, 01 Mar 2004 10:07:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AxjOh-0004z8-00; Mon, 01 Mar 2004 03:07:35 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AxjOd-0004z3-00 for ding@lists.math.uh.edu; Mon, 01 Mar 2004 03:07:31 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id E1BD33A0040 for ; Mon, 1 Mar 2004 03:07:30 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AxjOc-00034r-00 for ; Mon, 01 Mar 2004 10:07:30 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 44 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1078132049 10489 213.203.244.156 (1 Mar 2004 09:07:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 1 Mar 2004 09:07:29 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:CZewd2RVWDVurfg0zzZji0w6Bsw= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56464 I customized gnus-use-adaptive-scoring, like so: Gnus Use Adaptive Scoring: Hide Value [X] word [X] line State: this option has been set and saved. If non-nil, use some adaptive scoring scheme. Hide Rest If a list, then the values `word' and `line' are meaningful. The former will perform adaption on individual words in the subject header while `line' will perform adaption on several headers. Parent groups: Gnus Meta Gnus Score Adapt I turned adaptive scoring off (I think!) for nnml groups, by customizing gnus-parameters like so: Gnus Parameters: Hide Value INS DEL Cons-cell: Regexp: ^nnml\> Repeat: INS DEL Lisp expression: (gcc-self . t) INS DEL Lisp expression: (gnus-use-adaptive-scoring ignore) INS INS State: this option has been set and saved. Alist of group parameters. Hide Rest For example: (("mail\\..*" (gnus-show-threads nil) (gnus-use-scoring nil) (gnus-summary-line-format "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n") (gcc-self . t) (display . all)) ("mail\\.me" (gnus-use-scoring t)) ("list\\..*" (total-expire . t) (broken-reply-to . t))) Parent groups: Gnus Group Various Parent documentation: Manual. What's wrong? Kai