Sergey Poznyakoff <[email protected]> writes: > Kamil Jońca <[email protected]> ha escrit: > >> In debian's source package for mailutils 2.2 in >> maildir/mbox.c we have > [...] >> { 'R', MU_ATTRIBUTE_READ }, > [...] >> But according to http://cr.yp.to/proto/maildir.html "R" flag means >> "Replied" > > Yes, indeed. This will correspond to > > { 'R', MU_ATTRIBUTE_READ | MU_ATTRIBUTE_ANSWERED },
Done, but when fetch some only *\Seen*, but not *\Answered* messages, they got "R" suffix in maildir - which is wrong; they should get only "S" suffix. > in Mailutils (assuming that a message replied has been read anyway). I think rather 'R' is simply MU_ATTRIBUTE_ANSWERED Moreover I don't know where is used "Read" flag maildir, imap and probably pop3 - uses only 'Seen', I think. What about mbox and mh? KJ -- http://modnebzdury.wordpress.com/2009/10/01/niewiarygodny-list-prof-majewskiej-wprowadzenie/ Biologia poucza, ze jeśli cię coś ugryzło, to niemal pewne, ze była to samica. _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
