From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: highlighting Resent-from: in rmail Date: Thu, 02 May 2002 14:41:43 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020343361 21845 127.0.0.1 (2 May 2002 12:42:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 May 2002 12:42:41 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 173Fuy-0005gE-00 for ; Thu, 02 May 2002 14:42:40 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 173G0C-0001gd-00 for ; Thu, 02 May 2002 14:48:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173FuX-00044H-00; Thu, 02 May 2002 08:42:13 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173Fu4-0003zQ-00 for ; Thu, 02 May 2002 08:41:44 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 173Fu3-000764-00 for ; Thu, 02 May 2002 14:41:43 +0200 Original-To: Emacs developers X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3501 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\\):"