[PATCH 2/4] Maildir synchronization

Michal Sojka sojkam1 at fel.cvut.cz
Thu Oct 21 22:03:15 PDT 2010


On Wed, 13 Oct 2010, Sebastian Spaeth wrote:
> > +/* ASCII ordered table of Maildir flags and associated tags */
> > +struct maildir_flag_tag flag2tag[] = {
> > +    { 'D', "draft",   false},
> > +    { 'F', "flagged", false},
> > +    { 'P', "passed",  false},
> > +    { 'R', "replied", false},
> > +    { 'S', "unread",  true },
> > +    { 'T', "delete",  false},
> > +};
> 
> [...]
> 
> with one caveat: you use the tag "delete" to mark the state "trashed". I
> think people have slowly settled on the convention "deleted" which is
> also more consistent with a state, such as unread, replied, etc...

Hi,

I changed "delete" to "deleted" and the updated patch series is
reachable by:

git pull git://rtime.felk.cvut.cz/notmuch maildir-sync-v3

-Michal


More information about the notmuch mailing list