CLI/new: support maildir synced tags in new.tags
authorDavid Bremner <david@tethera.net>
Sun, 20 Aug 2017 01:07:27 +0000 (22:07 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 00:57:38 +0000 (21:57 -0300)
commit0082a55785a5ae64da22fe72af6c0ae928f13c03
treed617879b55bae0291f468c87f4634622339f72ab
parent0a40ea4b48357c69de6456a305f75b7bda649c9d
CLI/new: support maildir synced tags in new.tags

We reorder reading maildir flags to avoid overwriting 'new.tags'. The
inverted status of 'unread' means the maildir flag needs to be checked
a second time.

I backpedalled here on the idea of supporting 'new.tags' without
'unread' in the presence of maildir syncing.  For files in 'new/', it
seems quite natural to tag them as 'unread'.
notmuch-new.c
test/T340-maildir-sync.sh