]> git.notmuchmail.org Git - notmuch/commit
python: Remove find_message_by_filename workaround
authorAustin Clements <amdragon@MIT.EDU>
Fri, 18 May 2012 04:13:41 +0000 (00:13 -0400)
committerDavid Bremner <bremner@debian.org>
Thu, 24 May 2012 01:32:02 +0000 (22:32 -0300)
commit54508eb78d1c5c1c67c8b220cf2bd826af1203a9
treed0f29997de91e18ed40059f2bf5b187cd3548eec
parentcdd698f96976dc8fc43efd19c452d0fca48e2618
python: Remove find_message_by_filename workaround

Now that notmuch_database_find_message_by_filename works on read-only
databases, remove the workaround that disabled it on read-write
databases.

This also adds a regression test for find_message_by_filename.
bindings/python/notmuch/database.py
test/python