unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* highlighting Resent-from: in rmail
@ 2002-05-02 12:41 Francesco Potorti`
  2002-05-03 18:25 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Potorti` @ 2002-05-02 12:41 UTC (permalink / raw)


I wrote the following patch, which I think is not only reasonable, but
needed.  If I am told so, I can install it.

--- rmail.el.~1.357.~	Mon Mar 25 10:42:53 2002
+++ rmail.el	Thu May  2 14:35:54 2002
@@ -546,7 +546,7 @@ The first parenthesized expression shoul
     (let* ((cite-chars "[>|}]")
 	   (cite-prefix "A-Za-z")
 	   (cite-suffix (concat cite-prefix "0-9_.@-`'\"")))
-      (list '("^\\(From\\|Sender\\):" . font-lock-function-name-face)
+      (list '("^\\(From\\|Sender\\|Resent-from\\):" . font-lock-function-name-face)
 	    '("^Reply-To:.*$" . font-lock-function-name-face)
 	    '("^Subject:" . font-lock-comment-face)
 	    '("^\\(To\\|Apparently-To\\|Cc\\|Newsgroups\\):"

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

* Re: highlighting Resent-from: in rmail
  2002-05-02 12:41 highlighting Resent-from: in rmail Francesco Potorti`
@ 2002-05-03 18:25 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-05-03 18:25 UTC (permalink / raw)
  Cc: emacs-devel

Please install the change.

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

end of thread, other threads:[~2002-05-03 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-02 12:41 highlighting Resent-from: in rmail Francesco Potorti`
2002-05-03 18:25 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).