Re: [PATCH] test: add broken tests for maildir syncing

2017-08-06 Thread David Bremner
Tomi Ollila writes: > > +notmuch search "subject:\"$tag in new\"" | notmuch_search_sanitize > > output > I was just telling someone in Montreal that one of the great helps I had in notmuch was someone who fixes my shell mistakes :). pushed, amended as suggested, d

Re: [PATCH] test: add broken tests for maildir syncing

2017-08-05 Thread Tomi Ollila
On Fri, Aug 04 2017, David Bremner wrote: > Users should be able to specify synced tags in new.tags > --- > > Anarcat had an interesting idea about using "flagged" in new.tags, but > it doesn't work, because of (I think) the following code: > > for (tag = state->new_tags; *tag != NULL;

[PATCH] test: add broken tests for maildir syncing

2017-08-04 Thread David Bremner
Users should be able to specify synced tags in new.tags --- Anarcat had an interesting idea about using "flagged" in new.tags, but it doesn't work, because of (I think) the following code: for (tag = state->new_tags; *tag != NULL; tag++) notmuch_message_add_tag (message,