Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus v0.83] Followup Subject: typos in message.el (patch)
@ 1996-05-09 18:21 Steven L Baur
  1996-05-09 21:58 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 17+ messages in thread
From: Steven L Baur @ 1996-05-09 18:21 UTC (permalink / raw)


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  <steve@miranova.com>
+
+	* message.el (message-followup): Correct typos in regular expression
+	matching ``Re:''.
+
 Tue May  7 21:49:30 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
 
 	* 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.


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~1996-05-15 22:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-09 18:21 [sgnus v0.83] Followup Subject: typos in message.el (patch) Steven L Baur
1996-05-09 21:58 ` Lars Magne Ingebrigtsen
1996-05-10  1:50   ` Raja R Harinath
1996-05-10  3:29     ` Steven L Baur
1996-05-11  0:37       ` Lars Magne Ingebrigtsen
1996-05-14  4:41         ` Rewriting the subject (Was: [sgnus v0.83] Followup Subject: typos in message.el (patch)) Jason L Tibbitts III
1996-05-14 12:25           ` Per Abrahamsen
1996-05-14 14:32             ` Richard Pieri
1996-05-14 15:25               ` Per Abrahamsen
1996-05-14 17:28                 ` Richard Pieri
1996-05-14 18:44                 ` Sudish Joseph
1996-05-15  2:07                   ` Lars Magne Ingebrigtsen
1996-05-15  4:31                     ` Greg Stark
1996-05-15 14:10                       ` Sudish Joseph
1996-05-15 21:53                         ` Edward J. Sabol
1996-05-15 22:25                     ` Steven L Baur
1996-05-15  3:15                   ` Greg Stark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).