]> git.notmuchmail.org Git - notmuch/commit
Implement Message.tags_to_maildir_flags
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 16 Jun 2011 12:41:02 +0000 (14:41 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 16 Jun 2011 12:41:02 +0000 (14:41 +0200)
commitd8c0e0c72dd19b50d51f07c70b880f21d69c2590
tree57f997907bddeaf4a2100f43d5f03dc42df20996
parentb4049316cc3bc933453268ed8d3e89b1ee0098a1
Implement Message.tags_to_maildir_flags

and also maildir_flags_to_tags. The methods will be invoked by
db.add_message() and also (if not overridden via function parameter) by
add|remove_tag and remove_all_tags. Documentation on the usage has been
updated.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch/database.py
bindings/python/notmuch/message.py