]> git.notmuchmail.org Git - notmuch/commit
python: deprecate Messages.{format,print}_messages
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Thu, 17 May 2012 17:06:57 +0000 (19:06 +0200)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Thu, 17 May 2012 17:10:28 +0000 (19:10 +0200)
commit8c123d0da61244b90e2b45bf6334e611ddd9a5d3
tree1e18317a07a9b0997525736fcd20b3480609a482
parent892bb1ee6d52556eaf88cc35b61048a4de862352
python: deprecate Messages.{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, so this code will be removed in
notmuch 0.15.

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