[PATCH 2/4] Maildir synchronization

Sebastian Spaeth Sebastian at SSpaeth.de
Wed Oct 13 06:56:35 PDT 2010


> +/* 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},
> +};

for all of the 4 patches a:

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

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...

They work fine and obsolete my notmuchsync (except for the pruning of
deleted mails and the tagging based on folder names). +1 for merging in
notmuch-next or wherever we collect that stuff.

Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101013/4bc1b7d0/attachment-0001.pgp>


More information about the notmuch mailing list