python: deprecated add_message calls index_file correctly and returns result
authorGaute Hope <eg@gaute.vetsj.com>
Wed, 30 Aug 2017 08:16:33 +0000 (10:16 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 12 Sep 2017 18:21:40 +0000 (15:21 -0300)
commit227ecf4949280d457ee029b42ee8d459624a2413
tree209261d202433b805944e5ed1955681560d54608
parent43668950626f347f05aad7d49cd9ea4383030443
python: deprecated add_message calls index_file correctly and returns result

The deprecated Database.add_message now calls the new index_file with
correct number of arguments (without an extra `self`), and returns the
tuple from index_file - as it used to do before.

This change also adds a DeprecationWarning to the function.
bindings/python/notmuch/database.py