]> git.notmuchmail.org Git - notmuch/commitdiff
python: Do not implicitely call maildir_flags_to_tags etc
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 24 Jun 2011 06:44:06 +0000 (08:44 +0200)
committerDavid Bremner <bremner@debian.org>
Thu, 30 Jun 2011 10:26:16 +0000 (07:26 -0300)
In order to remain consistent with the underlying C API, we do not
automatically synchronize notmuch tags and maildir flags anymore.

The underlying functions Message.maildir_flags_to_tags and
Message.tags_to_maildir_flags still exist and are available to the user.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
(cherry picked from commit e59eaa5ddd2c23742c95e2acd34673b58ea34d2d)


No differences found