WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Wrong flag definition in maildir code?

Re: Wrong flag definition in maildir code?

by Sergey Poznyakoff-2 :: Rate this Message:

| View in Thread

Kamil Jońca <kjonca@...> 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
Bug-mailutils@...
http://lists.gnu.org/mailman/listinfo/bug-mailutils

 « Return to Thread: Wrong flag definition in maildir code?