[PATCH v2 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 | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-)

[PATCH v2 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 | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-)