]> git.notmuchmail.org Git - notmuch/commit
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)
commitedbf7f645c1df17e45c189540207a77005347d83
treed687a8c12bf5934aa8905197a41102aee686c198
parent9fc4a365d6cf478563caa012862c58a9b3945f76
database: Similarly rename find_message_by_docid to find_document_for_doc_id

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).
database.cc