]> git.notmuchmail.org Git - notmuch/commit
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)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 24 Jun 2011 06:44:06 +0000 (08:44 +0200)
commite59eaa5ddd2c23742c95e2acd34673b58ea34d2d
tree9fe527609852987029398c3e00c62e740cd900f0
parent68a2c7a8b0f749cb33a8ce7cfa2aa7781d2529bb
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>
bindings/python/notmuch/database.py
bindings/python/notmuch/message.py