bug-mailutils
[Top][All Lists]
Advanced

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

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


From: Kamil Jońca
Subject: [bug-mailutils] Wrong flag definition in maildir code?
Date: Tue, 01 Mar 2011 20:18:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

In debian's source package for mailutils 2.2 in 
maildir/mbox.c we have
--8<---------------cut here---------------start------------->8---
static struct info_map {
  char letter;
  int flag;
} info_map[] = {
  { 'R', MU_ATTRIBUTE_READ },
  { 'S', MU_ATTRIBUTE_SEEN },
  { 'T', MU_ATTRIBUTE_DELETED },
};
--8<---------------cut here---------------end--------------->8---

But according to http://cr.yp.to/proto/maildir.html "R" flag means
"Replied"

KJ

-- 
http://sporothrix.wordpress.com/2011/01/16/usa-sie-krztusza-kto-nastepny/
Keyboard error press F1 continue




reply via email to

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