]> git.notmuchmail.org Git - notmuch/commitdiff
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)
Two new wrappers:
Notmuch::Database.find_message(id) => Notmuch::Message or nil
Notmuch::Database.find_message_by_filename(path) => Notmuch::Message or nil


No differences found