]> git.notmuchmail.org Git - notmuch/commit
python: remove functions that have been marked as deprecated in 0.13
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 16 May 2012 14:20:42 +0000 (16:20 +0200)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 16 May 2012 14:55:15 +0000 (16:55 +0200)
commitcd8fe010135c5f3fd5ad3b97a28c786d928c068a
tree6a2d71f7bff825c6396c6cf3059c6b933f4955c8
parenteab15cc707ee0b3f2347caf63e9265435b62ca1e
python: remove functions that have been marked as deprecated in 0.13

Removes Message.format_message_{internal,as_json,as_text}.

This code adds functionality at the python level that is unlikely to
be useful for anyone. Furthermore the python bindings strive to be a
thin wrapper around libnotmuch. The code has been marked as deprecated
in 0.13 and is now removed.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/message.py