Kamil Jońca <[email protected]> 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 _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
