[PATCH 3/5] python: Update for changes to notmuch_database_get_directory

2012-05-13 Thread Austin Clements
notmuch_database_get_directory now returns NOTMUCH_STATUS_READ_ONLY_DATABASE on its own (rather than crashing) so the workaround in Database.get_directory is no longer necessary. --- bindings/python/notmuch/database.py | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff

[PATCH 3/5] python: Update for changes to notmuch_database_get_directory

2012-05-13 Thread Austin Clements
notmuch_database_get_directory now returns NOTMUCH_STATUS_READ_ONLY_DATABASE on its own (rather than crashing) so the workaround in Database.get_directory is no longer necessary. --- bindings/python/notmuch/database.py | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff