]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-10-31 Carl Worthnotmuch.el: Enter now calls "notmuch show" on the curre...
2009-10-31 Carl Worthnotmuch.el: Start fleshing out notmuch-search-mode...
2009-10-31 Carl Worthnotmuch.el: Switch from start-process to call-process
2009-10-31 Carl Worthnotmuch.el: Switch from compilation-start to start...
2009-10-31 Carl Worthnotmuch.el: Add notmuch-search command as well as notmuch
2009-10-31 Carl Worthnotmuch.el: Copy copyright information from compilation.el
2009-10-30 Carl Worthnotmuch.el: Rename from notmuch-mode.el to notmuch.el
2009-10-30 Carl Worthnotmuch-mode: Add an actualy notmuch-search-mode as...
2009-10-30 Carl WorthThe very beginnings of an emacs mode for notmuch in...
2009-10-30 Carl WorthTODO: Add man page and compiling a libnotmuch library...
2009-10-30 Carl WorthMakefile: Add a simple target for "make install".
2009-10-30 Carl WorthTODO: Note that "notmuch show" exists now and list...
2009-10-30 Carl WorthFix relative date formatting to not split one day into...
2009-10-30 Carl Worthnotmuch search: Add (relative) date to search output
2009-10-30 Carl Worthnotmuch show: Add a one-line summary of the message...
2009-10-29 Carl Worthnotmuch show: Trim down header list.
2009-10-29 Carl Worthnotmuch show: Add body of message as well.
2009-10-29 Carl Worthnotmuch show: Initial implementation (headers only)
2009-10-28 Carl WorthTODO: Update now that full-text indexing is in.
2009-10-28 Carl WorthFix add_message and get_filename to strip/re-add the...
2009-10-28 Carl Worthnotmuch setup/new: Print progress once per second inste...
2009-10-28 Carl Worthindex: Don't bother indexing quoted portions of message...
2009-10-28 Carl Worthnotmuch_database_add_message: Sanity check the file...
2009-10-28 Carl WorthTweak formatting of internal error messages.
2009-10-28 Carl Worthindex: Store "Full Name <user@example.com>" addressses...
2009-10-28 Carl WorthAdd full-text indexing using the GMime library for...
2009-10-28 Carl Worthnotmuch search: Clarify documentation of implicit Boole...
2009-10-28 Carl WorthTODO: A couple new items.
2009-10-28 Carl WorthTODO: Remove a couple of since-completed items.
2009-10-28 Carl Worthnotmuch help: Review and augment all of the "notmuch...
2009-10-28 Carl Worthnotmuch help: Be less verbose by default and support...
2009-10-28 Carl Worthnotmuch tag: Fix crash when removing a tag that didn...
2009-10-28 Carl WorthFix segfault in case of the database lock not being...
2009-10-28 Carl WorthUpdate prefix so that "thread:" can be used in search...
2009-10-28 Carl WorthAdd new "notmuch tag" command for adding/removing tags.
2009-10-27 Carl Worthnotmuch_database_add_message: Do not return a message...
2009-10-27 Carl Worthnotmuch_database_close: Explicitly flush the Xapian...
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.
next