From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: rmail-message-filter Date: Mon, 02 Mar 2009 23:23:51 -0500 Message-ID: <4s8wnn8ca0.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236054388 10148 80.91.229.12 (3 Mar 2009 04:26:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Mar 2009 04:26:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 03 05:27:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LeMEK-0007Cj-MF for ged-emacs-devel@m.gmane.org; Tue, 03 Mar 2009 05:27:44 +0100 Original-Received: from localhost ([127.0.0.1]:38768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeMCz-0003vY-2J for ged-emacs-devel@m.gmane.org; Mon, 02 Mar 2009 23:26:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeMCu-0003tw-H5 for emacs-devel@gnu.org; Mon, 02 Mar 2009 23:26:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeMCt-0003tZ-2L for emacs-devel@gnu.org; Mon, 02 Mar 2009 23:26:16 -0500 Original-Received: from [199.232.76.173] (port=57510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeMCs-0003tW-Tz for emacs-devel@gnu.org; Mon, 02 Mar 2009 23:26:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50111) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeMCs-0007iA-OH for emacs-devel@gnu.org; Mon, 02 Mar 2009 23:26:14 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LeMAZ-0000mZ-EH; Mon, 02 Mar 2009 23:23:51 -0500 X-Spook: Putin White House SP4 Arnett 2600 Magazine Honduras X-Ran: TqP~u,,5Ww#nL`GuY&RkE7~~9HgmW#.xap$\Tx@+prjm0Ai&9_Ud1]W*=#]Ja,'u*\rg!T X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109400 Archived-At: rmail-message-filter is an option in rmail.el. Post-mbox, it does nothing. Previously, it was called: i) the very first time a message was shown. ii) when toggling the headers to the normal state, every time. It's not clear what it should do now, since there is nothing that records when a message is shown for the first time (unseen is not necessarily the same thing). Should it do something (every time a message is shown? when the unseen attribute is removed? when new mail is gotten), or be removed?