]> git.notmuchmail.org Git - notmuch/commit
python: remove functions that have been marked as deprecated in 0.14
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 21 Dec 2012 09:41:29 +0000 (10:41 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 21 Dec 2012 09:56:06 +0000 (10:56 +0100)
commit0687e2ae2350c04e465bf50abfd9db155c5eae14
treeb3a6e745e5d11d35e5ebd8272a57470edb2916a4
parent8728340644da8af1d60af6c9ee329a83549b9ce7
python: remove functions that have been marked as deprecated in 0.14

Removes Message.{format,print}_messages.

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.14 and is now removed.

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