Average reply time mail?

Does anyone know whether there is, or how to create an apple script which outputs the average reply time of my mail messages?

Thanks

Robert.

Doubt it exists, doubt it’s hard to make. I don’t use mail so much, but use a property to store average time and number of messages samples, then get the time the message was received from mail.app and the current time using the current date function, subtract one from the other and add it into the average. Have that section run on sending mail and have a second section, ‘on run’ that simply outputs the average in a dialog box or however you want it. Most of what you need should be in the applescript dictionaries.