From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16066 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: choosing mnemonic score function letters Date: 14 Aug 1998 21:29:08 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154997 25643 80.91.224.250 (20 Oct 2002 23:03:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:03:17 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id SAA13170 for ; Fri, 14 Aug 1998 18:38:21 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id VAA05129 for ; Fri, 14 Aug 1998 21:32:08 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id UAT16540; Fri, 14 Aug 1998 20:02:55 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Aug 1998 20:29:50 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id UAA19057 for ; Fri, 14 Aug 1998 20:29:41 -0500 (CDT) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA16579 for ; Fri, 14 Aug 1998 21:29:38 -0400 (EDT) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id VAA14152; Fri, 14 Aug 1998 21:29:08 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 19 User-Agent: Gnus v5.6.36/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16066 >>From the char-to-header selection in gnus-score.el: '((?a "from" nil nil string) (?s "subject" nil nil string) (?b "body" "" nil body-string) (?h "head" "" nil body-string) (?i "message-id" nil t string) --> (?t "references" "message-id" nil string) (?x "xref" nil nil string) (?l "lines" nil nil number) (?d "date" nil nil date) (?f "followup" nil nil string) --> (?r "thread" nil nil string))) `r' for thread. `t' for references. Perhaps this should be thought through once more.