Not exactly. You can run a command when new mail arrives - which sounds like what you want, i.e. you dont care what message it is, only that it is the last one. It is implemented as a function which runs a program after all messages are processed, but not on the 'last' message as such, and it doesn't have access to the last message.
You could of course use this to implement the behaviour you describe (but may not actually want). i.e. you could run a filter on every message, write each to a file, then read that file in the 'after filters have run' action, and thus ... run an action on the last message filtered. On Thu, 2005-06-23 at 17:31 +0200, Andre Klapper wrote: > hi, > > Am Donnerstag, den 23.06.2005, 10:56 -0400 schrieb Paul Coene: > > Is there any way to setup a filter to know whether or not it is > > looking at the last message? I'd like to perform an action, but only > > if the current message is the last one to be processed. > > what is a "last message to be processed"? the last downloaded one in > that session? please explain the context, i don't get this at all. (if > it's the last message to be processed by the filter, you cannot set up > the filter that finds out if it is the last message, because each > statement is based on the other one.) :-/ > > cheers, > andre > > _______________________________________________ > evolution maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/evolution _______________________________________________ evolution maillist - [email protected] http://lists.ximian.com/mailman/listinfo/evolution
