emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

highlighting Resent-from: in rmail


From: Francesco Potorti`
Subject: highlighting Resent-from: in rmail
Date: Thu, 02 May 2002 14:41:43 +0200

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 "address@hidden'\"")))
-      (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\\):"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]