]> git.notmuchmail.org Git - notmuch/commit
ruby: Add wrappers for database_find_message*
authorAli Polatel <alip@exherbo.org>
Tue, 4 Oct 2011 13:06:20 +0000 (16:06 +0300)
committerAli Polatel <alip@exherbo.org>
Tue, 4 Oct 2011 13:06:20 +0000 (16:06 +0300)
commit898613116db746aa0f915ae43da8aba28545203d
treea46a2cbb6ae2f095e8065983f21da75e23401ab0
parent520c9c3131b84e30e0d31084a94c55c265f2042f
ruby: Add wrappers for database_find_message*

Two new wrappers:
Notmuch::Database.find_message(id) => Notmuch::Message or nil
Notmuch::Database.find_message_by_filename(path) => Notmuch::Message or nil
bindings/ruby/database.c