aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* notmuch.el: Rename from notmuch-mode.el to notmuch.elCarl Worth2009-10-30
* notmuch-mode: Add an actualy notmuch-search-mode as wellCarl Worth2009-10-30
* The very beginnings of an emacs mode for notmuch in notmuch-mode.el.Carl Worth2009-10-30
* TODO: Add man page and compiling a libnotmuch library to the list.Carl Worth2009-10-30
* Makefile: Add a simple target for "make install".Carl Worth2009-10-30
* TODO: Note that "notmuch show" exists now and list several new ideas.Carl Worth2009-10-30
* Fix relative date formatting to not split one day into two formats.Carl Worth2009-10-29
* notmuch search: Add (relative) date to search outputCarl Worth2009-10-29
* notmuch show: Add a one-line summary of the message before the header.Carl Worth2009-10-29
* notmuch show: Trim down header list.Carl Worth2009-10-29
* notmuch show: Add body of message as well.Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Carl Worth2009-10-29
* TODO: Update now that full-text indexing is in.Carl Worth2009-10-28
* Fix add_message and get_filename to strip/re-add the database path.Carl Worth2009-10-28
* notmuch setup/new: Print progress once per second instead of after 1000 files.Carl Worth2009-10-28
* index: Don't bother indexing quoted portions of messages (and signatures).Carl Worth2009-10-28
* notmuch_database_add_message: Sanity check the file as the first thingCarl Worth2009-10-28
* Tweak formatting of internal error messages.Carl Worth2009-10-28
* index: Store "Full Name <user@example.com>" addressses in the databaseCarl Worth2009-10-28
* Add full-text indexing using the GMime library for parsing.Carl Worth2009-10-28
* notmuch search: Clarify documentation of implicit Boolean operatorsCarl Worth2009-10-28
* TODO: A couple new items.Carl Worth2009-10-28
* TODO: Remove a couple of since-completed items.Carl Worth2009-10-28
* notmuch help: Review and augment all of the "notmuch help" documentation.Carl Worth2009-10-28
* notmuch help: Be less verbose by default and support detailed helpCarl Worth2009-10-28
* notmuch tag: Fix crash when removing a tag that didn't existCarl Worth2009-10-27
* Fix segfault in case of the database lock not being available.Carl Worth2009-10-27
* Update prefix so that "thread:" can be used in search strings.Carl Worth2009-10-27
* Add new "notmuch tag" command for adding/removing tags.Carl Worth2009-10-27
* notmuch_database_add_message: Do not return a message on failure.Carl Worth2009-10-27
* notmuch_database_close: Explicitly flush the Xapian database.Carl Worth2009-10-27
* Merge branch to fix broken "notmuch setup" and "notmuch new"Carl Worth2009-10-27
|\
| * Fix "notmuch new" (bad performance, and no committing of results).Carl Worth2009-10-27
| * Unbreak the "notmuch setup" command.Carl Worth2009-10-27
* | TODO: Several more ideas that have come to mind, that I don't want to forget.Carl Worth2009-10-27
* | TODO: More notes on archive-thread and race conditions.Carl Worth2009-10-27
* | TODO: Add "notmuch tag" and thoughts on avoiding races in archiving threads.Carl Worth2009-10-27
* | notmuch restore: Fix to remove all tags before adding tags.Carl Worth2009-10-26
* | notmuch restore: Don't bother printing tag values.Carl Worth2009-10-26
|/
* add_message: Add an optional parameter for getting the just-added message.Carl Worth2009-10-26
* Fix incorrect name of _notmuch_thread_get_subject.Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectCarl Worth2009-10-26
* Remove all calls to g_strdup_printfCarl Worth2009-10-26
* Add notmuch_thread_get_tagsCarl Worth2009-10-26
* tags: Replace sort() and reset() with prepare_iterator().Carl Worth2009-10-26
* Fix memory leak in notmuch_thread_results_tCarl Worth2009-10-26
* tags: Re-implement tags iterator to avoid having C++ in the interfaceCarl Worth2009-10-26
* notmuch restore: Fix leak of FILE* object.Carl Worth2009-10-26
* Hide away the details of the implementation of notmuch_tags_t.Carl Worth2009-10-26
* Move terms and tags code to a new tags.cc file.Carl Worth2009-10-26