aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add notmuch_thread_get_tagsGravatar Carl Worth2009-10-26
* tags: Replace sort() and reset() with prepare_iterator().Gravatar Carl Worth2009-10-26
* Fix memory leak in notmuch_thread_results_tGravatar Carl Worth2009-10-26
* tags: Re-implement tags iterator to avoid having C++ in the interfaceGravatar Carl Worth2009-10-26
* notmuch restore: Fix leak of FILE* object.Gravatar Carl Worth2009-10-26
* Hide away the details of the implementation of notmuch_tags_t.Gravatar Carl Worth2009-10-26
* Move terms and tags code to a new tags.cc file.Gravatar Carl Worth2009-10-26
* results_get: Fix to return NULL if past the end of the resultsGravatar Carl Worth2009-10-26
* Add TODO file.Gravatar Carl Worth2009-10-25
* Add an initial implementation of a notmuch_thread_t object.Gravatar Carl Worth2009-10-25
* Rename notmuch_query_search to notmuch_query_search_messagesGravatar Carl Worth2009-10-25
* Drop dead function add_term.Gravatar Carl Worth2009-10-25
* Fix missing xapian-flags when generating dependencies.Gravatar Carl Worth2009-10-25
* Drop unused variable.Gravatar Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wwrite-strings and fix warnings.Gravatar Carl Worth2009-10-25
* Re-enable the warning for unused parameters.Gravatar Carl Worth2009-10-25
* Add -Wextra and fix warnings.Gravatar Carl Worth2009-10-25
* Rework Makefile just a bit to enable adding flags for more compiler warningsGravatar Carl Worth2009-10-25
* _notmuch_database_linke_message: Fix error-status propagation.Gravatar Carl Worth2009-10-25
* Change database to store only a single thread ID per message.Gravatar Carl Worth2009-10-25
* link_message: Remove dead code.Gravatar Carl Worth2009-10-25
* add_message: Pull the thread-stitching portion out into new _notmuch_database...Gravatar Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Gravatar Carl Worth2009-10-25
* add_message: Propagate error status from notmuch_message_create_for_message_idGravatar Carl Worth2009-10-25
* notmuch dump: Eliminate extra space in error message.Gravatar Carl Worth2009-10-25
* Move read-only-archive hint from "notmuch setup" to "notmuch new"Gravatar Carl Worth2009-10-25
* Add comment documenting our current database schema.Gravatar Carl Worth2009-10-25
* Drop the storage of thread ID(s) in a value.Gravatar Carl Worth2009-10-25
* Convert notmuch_thread_ids_t to notmuch_terms_tGravatar Carl Worth2009-10-25
* Implement notmuch_tags_t on top of new notmuch_terms_tGravatar Carl Worth2009-10-25
* Shuffle the value numbers around in the database.Gravatar Carl Worth2009-10-24
* Invent our own prefix values.Gravatar Carl Worth2009-10-24
* Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.Gravatar Carl Worth2009-10-24
* Change all occurrences of "msgid" to "id".Gravatar Carl Worth2009-10-24
* Add bash-completion script for notmuch.Gravatar Carl Worth2009-10-24
* Add the magic to allow searches such as "tag:inbox".Gravatar Carl Worth2009-10-24
* Use _find_prefix instead of hard-coded term in notmuch_query_searchGravatar Carl Worth2009-10-24
* Fix bit-twiddling brain damage in notmuch_query_searchGravatar Carl Worth2009-10-24
* Add debugging code for examining query strings.Gravatar Carl Worth2009-10-24
* Add a preliminary "notmuch search" command.Gravatar Carl Worth2009-10-24
* notmuch_database_create: Document idea to (optionally) return a statusGravatar Carl Worth2009-10-24
* notmuch setup/new: Propagate failure from notmuch_database_set_timestampGravatar Carl Worth2009-10-24
* Fix timestamp generation to avoid overflowing the term limitGravatar Carl Worth2009-10-24
* Trim down prefix list to things we are actually using.Gravatar Carl Worth2009-10-24
* Move the prefix-string arrays back into database.cc from message.ccGravatar Carl Worth2009-10-24
* Revert "Remove some unneeded initializers."Gravatar Carl Worth2009-10-24
* Cut the enthusiasm a bit.Gravatar Carl Worth2009-10-23
* Make "notmuch new" ignore directories that are read-only.Gravatar Carl Worth2009-10-23