RE: Messenger Plus email settings - I dont like it!
Mmmmhhh... i guess i know what nitharasan is trying to say...
You mean that you would like Plus! to have an operation that checks if NEW mail has just arrived, instead of telling you every "x" minutes (10 minutes in your screenshot) that you just have mail in your inbox, either if it is new or not...
This could be done by implementig an operation like this i think:
x = last numer of messages
y = new number of messages
if (x = y) {
}
if (x =! y) {
notifyNewMail
}
or something like that... am i wrong?
You're right, this would be a nice feature.
This post was edited on 03-24-2005 at 07:27 PM by Impheatus.