]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-10-27 Carl WorthMerge branch to fix broken "notmuch setup" and "notmuch...
2009-10-27 Carl WorthFix "notmuch new" (bad performance, and no committing...
2009-10-27 Carl WorthUnbreak the "notmuch setup" command.
2009-10-27 Carl WorthTODO: Several more ideas that have come to mind, that...
2009-10-27 Carl WorthTODO: More notes on archive-thread and race conditions.
2009-10-27 Carl WorthTODO: Add "notmuch tag" and thoughts on avoiding races...
2009-10-27 Carl Worthnotmuch restore: Fix to remove all tags before adding...
2009-10-27 Carl Worthnotmuch restore: Don't bother printing tag values.
2009-10-27 Carl Worthadd_message: Add an optional parameter for getting...
2009-10-27 Carl WorthFix incorrect name of _notmuch_thread_get_subject.
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
2009-10-26 Carl WorthRemove all calls to g_strdup_printf
2009-10-26 Carl WorthAdd notmuch_thread_get_tags
2009-10-26 Carl Worthtags: Replace sort() and reset() with prepare_iterator().
2009-10-26 Carl WorthFix memory leak in notmuch_thread_results_t
2009-10-26 Carl Worthtags: Re-implement tags iterator to avoid having C...
2009-10-26 Carl Worthnotmuch restore: Fix leak of FILE* object.
2009-10-26 Carl WorthHide away the details of the implementation of notmuch_...
2009-10-26 Carl WorthMove terms and tags code to a new tags.cc file.
2009-10-26 Carl Worthresults_get: Fix to return NULL if past the end of...
2009-10-26 Carl WorthAdd TODO file.
2009-10-26 Carl WorthAdd an initial implementation of a notmuch_thread_t...
2009-10-26 Carl WorthRename notmuch_query_search to notmuch_query_search_mes...
2009-10-25 Carl WorthDrop dead function add_term.
2009-10-25 Carl WorthFix missing xapian-flags when generating dependencies.
2009-10-25 Carl WorthDrop unused variable.
2009-10-25 Carl WorthAdd -Wswitch-enum and fix warnings.
2009-10-25 Carl WorthAdd -Wmising-declarations and fix warnings.
2009-10-25 Carl WorthAdd -Wwrite-strings and fix warnings.
2009-10-25 Carl WorthRe-enable the warning for unused parameters.
2009-10-25 Carl WorthAdd -Wextra and fix warnings.
2009-10-25 Carl WorthRework Makefile just a bit to enable adding flags for...
2009-10-25 Carl Worth_notmuch_database_linke_message: Fix error-status propa...
2009-10-25 Carl WorthChange database to store only a single thread ID per...
2009-10-25 Carl Worthlink_message: Remove dead code.
2009-10-25 Carl Worthadd_message: Pull the thread-stitching portion out...
2009-10-25 Carl WorthAdd an INTERNAL_ERROR macro and use it for all internal...
2009-10-25 Carl Worthadd_message: Propagate error status from notmuch_messag...
2009-10-25 Carl Worthnotmuch dump: Eliminate extra space in error message.
2009-10-25 Carl WorthMove read-only-archive hint from "notmuch setup" to...
2009-10-25 Carl WorthAdd comment documenting our current database schema.
2009-10-25 Carl WorthDrop the storage of thread ID(s) in a value.
2009-10-25 Carl WorthConvert notmuch_thread_ids_t to notmuch_terms_t
2009-10-25 Carl WorthImplement notmuch_tags_t on top of new notmuch_terms_t
2009-10-25 Carl WorthShuffle the value numbers around in the database.
2009-10-25 Carl WorthInvent our own prefix values.
2009-10-25 Carl WorthSplit BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.
2009-10-25 Carl WorthChange all occurrences of "msgid" to "id".
2009-10-25 Carl WorthAdd bash-completion script for notmuch.
2009-10-25 Carl WorthAdd the magic to allow searches such as "tag:inbox".
2009-10-25 Carl WorthUse _find_prefix instead of hard-coded term in notmuch_...
2009-10-25 Carl WorthFix bit-twiddling brain damage in notmuch_query_search
2009-10-25 Carl WorthAdd debugging code for examining query strings.
2009-10-25 Carl WorthAdd a preliminary "notmuch search" command.
2009-10-25 Carl Worthnotmuch_database_create: Document idea to (optionally...
2009-10-25 Carl Worthnotmuch setup/new: Propagate failure from notmuch_datab...
2009-10-25 Carl WorthFix timestamp generation to avoid overflowing the term...
2009-10-25 Carl WorthTrim down prefix list to things we are actually using.
2009-10-25 Carl WorthMove the prefix-string arrays back into database.cc...
2009-10-24 Carl WorthRevert "Remove some unneeded initializers."
2009-10-24 Carl WorthCut the enthusiasm a bit.
2009-10-24 Carl WorthMake "notmuch new" ignore directories that are read...
2009-10-23 Carl Worthadd_files: Pull one stat out of the recrusive function.
2009-10-23 Carl WorthMore fixing of plurals.
2009-10-23 Carl WorthMore care in final status reporting.
2009-10-23 Carl WorthPrint a better message than "0s" for zero seconds.
2009-10-23 Carl WorthAdd new "notmuch new" command.
2009-10-23 Carl Worthadd_files: Change to return a status value instead...
2009-10-23 Carl Worthnotmuch setup: Clean up the progress printing a bit.
2009-10-23 Carl WorthRe-order documentation a bit.
2009-10-23 Carl Worthnotmuch_message_get_filename: Improve documentation.
2009-10-23 Carl WorthRemove some unneeded initializers.
2009-10-23 Carl Worthnotmuch setup: Fix a couple of error paths.
2009-10-23 Carl Worth_find_prefix: Exit when given an invalid prefix name.
2009-10-23 Carl WorthAdd NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID
2009-10-23 Carl WorthClean up comments to not include spaces before tabs.
2009-10-23 Carl WorthClarify documentation and error string for NOTMUCH_STAT...
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthdatabase: Add private find_unique_doc_id and find_uniqu...
2009-10-23 Carl Worthdatabase: Similarly rename find_message_by_docid to...
2009-10-23 Carl Worthdatabase: Rename internal find_messages_by_term to...
2009-10-23 Carl Worthsha1: Add new notmuch_sha1_of_string function
2009-10-23 Carl Worthnotmuch restore: Print names of tags that cannot be...
2009-10-23 Carl Worthnotmuch_tags_has_more: Fix to use string.empty rather...
2009-10-23 Carl WorthFix notmuch_message_get_message_id to never return...
2009-10-23 Carl Worthadd_message: Fix to not add multiple documents with...
2009-10-23 Carl WorthAdd _notmuch_message_create_for_message_id
2009-10-23 Carl WorthFix _notmuch_message_create to catch Xapian DocNotFound...
2009-10-23 Carl WorthAdd internal functions for manipulating a new notmuch_m...
2009-10-23 Carl WorthAdd notmuch_message_get_filename
2009-10-23 Carl Worthadd_message: Re-order the code a bit (find message...
2009-10-23 Carl WorthMove thread_id generation code from database.cc to...
2009-10-23 Carl WorthMove the _notmuch_message_sync from private to public...
2009-10-23 Carl Worthadd_message: Rename message to message_file
2009-10-22 Carl WorthPrevent that last bug from reoccurring.
2009-10-22 Carl WorthDon't forget the "to" header when restrict parsing...
2009-10-22 Carl WorthFix missing error check.
2009-10-22 Carl WorthGenerate message ID (using SHA1) when a mail message...
2009-10-22 Carl WorthRename sha1.c to libsha1.c
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
next