From: Daniel Kahn Gillmor Date: Wed, 10 Feb 2016 16:53:46 +0000 (-0500) Subject: notmuch.Database.remove_message should raise exception on failure X-Git-Tag: 0.22_rc0~63 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=fa0bc2ef91cf5c5a86ac24cd76383be3b1819cee;hp=fa0bc2ef91cf5c5a86ac24cd76383be3b1819cee;p=notmuch 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. ---