]> git.notmuchmail.org Git - notmuch/commit - bindings/python/notmuch/message.py
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)
commit76399e5f7340e2fefccbd294227976b06ae36e17
tree7f4e58810ef0b0456f16ec108d049acb19151383
parentdd544f5dc6b9fd8b034db2d1bc266edc553097c2
python: Do not implicitely call maildir_flags_to_tags etc

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)
bindings/python/notmuch/database.py
bindings/python/notmuch/message.py