From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6186 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: [sgnus v0.83] Followup Subject: typos in message.el (patch) Date: 09 May 1996 11:21:15 -0700 Sender: steve@miranova.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.56) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146678 2805 80.91.224.250 (20 Oct 2002 20:44:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:44:38 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from spork.callamer.com (root@spork.callamer.com [199.74.141.2]) by deanna.miranova.com (8.7.5/8.6.9) with ESMTP id MAA18613 for ; Thu, 9 May 1996 12:20:18 -0700 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by spork.callamer.com (8.7.5/8.7.3) with SMTP id MAA25534 for ; Thu, 9 May 1996 12:18:32 -0700 (PDT) Original-Received: from deanna.miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 9 May 1996 20:21:18 +0200 Original-Received: (from steve@localhost) by deanna.miranova.com (8.7.5/8.6.9) id LAA17753; Thu, 9 May 1996 11:21:16 -0700 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Mail-Copies-To: never Original-Lines: 50 X-Mailer: September Gnus v0.83/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:6186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6186 Shouldn't the two regular expressions corrected here, also be extended to match Re[2]: etc.? There are apparently new mail programs generating these kind of (broken) followup subjects. Also, I'd like to not see the braindamaged ``-reply'', ever. =================================================================== RCS file: RCS/ChangeLog,v retrieving revision 1.86 diff -u -r1.86 ChangeLog --- ChangeLog 1996/05/07 23:32:54 1.86 +++ ChangeLog 1996/05/09 18:13:10 @@ -1,3 +1,8 @@ +Thu May 9 11:12:30 1996 Steven L Baur + + * message.el (message-followup): Correct typos in regular expression + matching ``Re:''. + Tue May 7 21:49:30 1996 Lars Magne Ingebrigtsen * gnus.el (gnus-summary-insert-subject): Would change article =================================================================== RCS file: RCS/message.el,v retrieving revision 1.21 diff -u -r1.21 message.el --- message.el 1996/05/07 23:32:54 1.21 +++ message.el 1996/05/09 18:12:22 @@ -2117,7 +2117,7 @@ message-id (mail-fetch-field "message-id")) ;; Remove any (buggy) Re:'s that are present and make a ;; proper one. - (when (string-match "^[ \t]*[Re][Ee]:[ \t]*" subject) + (when (string-match "^[ \t]*[Rr][Ee]:[ \t]*" subject) (setq subject (substring subject (match-end 0)))) (setq subject (concat "Re: " subject)) @@ -2219,7 +2219,7 @@ (setq distribution nil)) ;; Remove any (buggy) Re:'s that are present and make a ;; proper one. - (when (string-match "^[ \t]*[Re][Ee]:[ \t]*" subject) + (when (string-match "^[ \t]*[Rr][Ee]:[ \t]*" subject) (setq subject (substring subject (match-end 0)))) (setq subject (concat "Re: " subject)) (widen)) -- steve@miranova.com baur Unsolicited commercial e-mail will be proofread for $250/hour. Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone except you in November.