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 },

in Mailutils (assuming that a message replied has been read anyway).

Regards,
Sergey

_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to