bug-mailutils
[Top][All Lists]
Advanced

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

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


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Wrong flag definition in maildir code?
Date: Wed, 02 Mar 2011 11:23:14 +0200

Kamil Jońca <address@hidden> 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



reply via email to

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