From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25026 Path: main.gmane.org!not-for-mail From: Robert Bihlmeyer Newsgroups: gmane.emacs.gnus.general Subject: "L i" won't let me edit the match string Date: 06 Sep 1999 11:20:38 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035162488 11907 80.91.224.250 (21 Oct 2002 01:08:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:08:08 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA16174 for ; Tue, 7 Sep 1999 12:30:35 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.1) with ESMTP id LAB25603; Tue, 7 Sep 1999 11:26:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Sep 1999 11:26:10 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA06038 for ; Tue, 7 Sep 1999 11:26:00 -0500 (CDT) Original-Received: from relay8.Austria.EU.net (relay8.Austria.EU.net [193.154.160.146]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA15902 for ; Tue, 7 Sep 1999 12:25:11 -0400 (EDT) Original-Received: (from uucp@localhost) by relay8.Austria.EU.net (8.9.3/8.9.3) with UUCP id SAA11742 for ding@gnus.org; Tue, 7 Sep 1999 18:16:35 +0200 (MET DST) Original-Received: (qmail 1789 invoked by uid 115); 6 Sep 1999 09:20:38 -0000 Original-To: ding@gnus.org X-Attribution: Robbe Original-Lines: 16 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25026 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25026 --=-=-= Hi, is there any rationale, why `gnus-summary-increase-score' allows me to edit match strings for all types of headers, /except/ message-id ("i") matches? If this was just a mistake, I propose the following patch: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff -u pgnus/lisp/gnus-score.el~ pgnus/lisp/gnus-score.el --- pgnus/lisp/gnus-score.el~ Mon Sep 6 11:15:46 1999 +++ pgnus/lisp/gnus-score.el Mon Sep 6 11:15:46 1999 @@ -502,7 +502,7 @@ (?s "subject" nil nil string) (?b "body" "" nil body-string) (?h "head" "" nil body-string) - (?i "message-id" nil t string) + (?i "message-id" nil nil string) (?r "references" "message-id" nil string) (?x "xref" nil nil string) (?e "extra" nil nil string) --=-=-= Robbe -- Robert Bihlmeyer reads: Deutsch, English, MIME, Latin-1, NO SPAM! --=-=-=--