[PATCH 0/4 v4] lib: Maildir flags synchronization fixes
Louis Rilling
l.rilling at av7.net
Wed Sep 14 15:23:17 PDT 2011
Hello,
Here is the updated series of fixes I have around maildir flags
synchronization. The first two patches are just cleanups that can be applied
independently.
The intent for the fourth patch (detailed in the commit log) is to allow mutt
users to keep using the "new" status, as long as notmuch can respect the
maildir specification.
The third patch implements a test for the new desired behavior. From recent
discussions I decided to put it before the actual changes, but it certainly can
move after if this is preferred.
Changelog:
* v4:
- rebased on top of release 0.8
- included the test contributed by Michal Sojka
* v3: Added patch to kill the last usage of C++ type bool
* v2: Fix bool type as well as NULL returned despite having no errors (Austin
Clements)
Thanks,
Louis
Louis Rilling (3):
lib: Kill last usage of C++ type bool
tags_to_maildir_flags: Cleanup double assignement
tags_to_maildir_flags: Don't rename if no flags change
Michal Sojka (1):
test: Adding non-maildir tags does not move message from new to cur
lib/message.cc | 26 +++++++++++++++++---------
test/maildir-sync | 6 ++++++
2 files changed, 23 insertions(+), 9 deletions(-)
More information about the notmuch
mailing list