]> git.notmuchmail.org Git - notmuch/commitdiff
database: Similarly rename find_message_by_docid to find_document_for_doc_id
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:12:06 +0000 (14:12 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:12:06 +0000 (14:12 -0700)
Again preferring notmuch_database_t* over Xapian::Database*.

Also, we're standardizing on "doc_id" rather than "docid" locally, (as
an analoge to "message_id"), in spite of the "Xapian::docid" name,
(which, fortunately, we can ignore and just us "unsigned int" instead).


No differences found