i m implementing a mail client, when i show the list of messages i wanna identify unread messages, i m using the Mail::Box module so i do this by checking the 'seen' field of each message, now the problem is that once i display the list of messages then even if i havnt viewed the message its 'seen' field is set to 1,so i cant detect if its unread,
is there some other field for identifying unread messages