unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Michal Sojka <sojkam1@fel.cvut.cz>
To: Sebastian Spaeth <Sebastian@SSpaeth.de>, notmuch@notmuchmail.org
Subject: Re: [PATCH 2/4] Maildir synchronization
Date: Fri, 22 Oct 2010 07:03:15 +0200	[thread overview]
Message-ID: <87zku6keek.fsf@steelpick.2x.cz> (raw)
In-Reply-To: <87k4lmci24.fsf@SSpaeth.de>

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

  reply	other threads:[~2010-10-22  5:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 12:13 [PATCH 0/4] Maildir synchronization v2 Michal Sojka
2010-10-13 12:13 ` [PATCH 1/4] lib: Return added message even if it already was in the database Michal Sojka
2010-10-13 12:13 ` [PATCH 2/4] Maildir synchronization Michal Sojka
2010-10-13 13:56   ` Sebastian Spaeth
2010-10-22  5:03     ` Michal Sojka [this message]
2010-10-13 12:13 ` [PATCH 3/4] Make maildir synchronization configurable Michal Sojka
2010-10-13 12:13 ` [PATCH 4/4] Tests for maildir synchronization Michal Sojka
2010-10-13 13:31 ` [PATCH 0/4] Maildir synchronization v2 Mike Kelly
2010-10-13 14:24   ` Mike Kelly
2010-10-13 14:35     ` Mike Kelly
2010-10-13 20:59       ` Michal Sojka
2010-10-13 22:03         ` Mike Kelly
2010-12-09 15:11       ` Mike Kelly
2010-10-13 14:50 ` Servilio Afre Puentes
2010-10-13 17:26   ` David Bremner
2010-10-13 20:34   ` Michal Sojka
2010-10-14  2:26     ` Dirk Hohndel
2010-10-14  7:11       ` Michal Sojka
2010-10-18 14:12 ` Mike Kelly
2010-10-22  4:43   ` Michal Sojka
  -- strict thread matches above, loose matches on Subject: below --
2010-05-11 12:14 [PATCH 0/4] Maildir synchronization Michal Sojka
2010-05-11 12:14 ` [PATCH 2/4] " Michal Sojka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zku6keek.fsf@steelpick.2x.cz \
    --to=sojkam1@fel.cvut.cz \
    --cc=Sebastian@SSpaeth.de \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).