bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Re: Wrong flag definition in maildir code?


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Re: Wrong flag definition in maildir code?
Date: Thu, 03 Mar 2011 00:09:04 +0200

Kamil Jońca <address@hidden> ha escrit:

> Maybe I should ask different question: What is difference between 
> #define MU_ATTRIBUTE_SEEN     0x10
> #define MU_ATTRIBUTE_READ     0x20

MU_ATTRIBUTE_SEEN means that the user has already seen this message
*in the message list*, e.g. in the 'h' output in mailx, or as a result
of LIST command in POP3, etc.  In other words, it means that the user
is aware of the existence of this message, but does not imply he has
ever attempted to read it.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]