]> git.notmuchmail.org Git - notmuch/commit
notmuch.Database.remove_message should raise exception on failure
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 10 Feb 2016 16:53:46 +0000 (11:53 -0500)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Thu, 11 Feb 2016 19:41:54 +0000 (20:41 +0100)
commitfa0bc2ef91cf5c5a86ac24cd76383be3b1819cee
tree614d8bbcfc9f1a47e9bdefe6a17b7a3baeb7fc13
parent1fcbf095828dc91423f61a290887fe244750bf8a
notmuch.Database.remove_message should raise exception on failure

The notmuch python bindings document that database.remove_message
should raise an exception when the message removal fails, but they
don't actually do it.
bindings/python/notmuch/database.py