]> git.notmuchmail.org Git - notmuch/commit
Add a generic function to get a list of terms with some prefix.
authorAustin Clements <amdragon@mit.edu>
Thu, 9 Dec 2010 05:32:35 +0000 (00:32 -0500)
committerAustin Clements <amdragon@mit.edu>
Mon, 21 Mar 2011 06:45:18 +0000 (02:45 -0400)
commit206938ec9b4ddee28793f2f052a5314d6d7ab08d
tree90fd4a729c343cbd0232abcafd43f32be176974f
parentf3c1eebfaf8526129ae6946cbcd44a3c602563d6
Add a generic function to get a list of terms with some prefix.

Replace _notmuch_convert_tags with this and simplify
_create_filenames_for_terms_with_prefix.  This will also come in handy
shortly to get the message file name list.
lib/database-private.h
lib/database.cc
lib/directory.cc
lib/message.cc