]> git.notmuchmail.org Git - notmuch/commit
database: Rename internal find_messages_by_term to find_doc_ids
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:06:24 +0000 (14:06 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:06:24 +0000 (14:06 -0700)
commit9fc4a365d6cf478563caa012862c58a9b3945f76
treeac9309ede98660b05c3aece14acdc4ae31ace8e0
parent6b228e45099f0e472326bf2dbbefb7b55e154359
database: Rename internal find_messages_by_term to find_doc_ids

This name is a more accurate description of what it does, and
the more general naming will make sense as we start storing
non-message documents in the database (such as directory
timestamps).

Also, don't pass around a Xapian::Database where it's more our
style to pass a notmuch_database_t*.
database.cc