aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* notmuch show: Use GMime to decode messages.Gravatar Carl Worth2009-11-02
* Add a simple manual page for notmuch.Gravatar Carl Worth2009-11-02
* notmuch: Add a talloc context argument to each top-level command function.Gravatar Carl Worth2009-10-31
* Rename message_results/thread_results to messages/threads.Gravatar Carl Worth2009-10-31
* notmuch: Reference help, don't print it for unknown commands.Gravatar Carl Worth2009-10-31
* Fix relative date formatting to not split one day into two formats.Gravatar Carl Worth2009-10-29
* notmuch search: Add (relative) date to search outputGravatar Carl Worth2009-10-29
* notmuch show: Add a one-line summary of the message before the header.Gravatar Carl Worth2009-10-29
* notmuch show: Trim down header list.Gravatar Carl Worth2009-10-29
* notmuch show: Add body of message as well.Gravatar Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Gravatar Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Gravatar Carl Worth2009-10-28
* notmuch setup/new: Print progress once per second instead of after 1000 files.Gravatar Carl Worth2009-10-28
* notmuch search: Clarify documentation of implicit Boolean operatorsGravatar Carl Worth2009-10-28
* notmuch help: Review and augment all of the "notmuch help" documentation.Gravatar Carl Worth2009-10-28
* notmuch help: Be less verbose by default and support detailed helpGravatar Carl Worth2009-10-28
* Add new "notmuch tag" command for adding/removing tags.Gravatar Carl Worth2009-10-27
* Merge branch to fix broken "notmuch setup" and "notmuch new"Gravatar Carl Worth2009-10-27
|\
| * Fix "notmuch new" (bad performance, and no committing of results).Gravatar Carl Worth2009-10-27
| * Unbreak the "notmuch setup" command.Gravatar Carl Worth2009-10-27
* | notmuch restore: Fix to remove all tags before adding tags.Gravatar Carl Worth2009-10-26
* | notmuch restore: Don't bother printing tag values.Gravatar Carl Worth2009-10-26
|/
* add_message: Add an optional parameter for getting the just-added message.Gravatar Carl Worth2009-10-26
* Fix incorrect name of _notmuch_thread_get_subject.Gravatar Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectGravatar Carl Worth2009-10-26
* Remove all calls to g_strdup_printfGravatar Carl Worth2009-10-26
* Add notmuch_thread_get_tagsGravatar 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
* 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
* Add -Wswitch-enum and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wmising-declarations 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
* Add an INTERNAL_ERROR macro and use it for all internal errors.Gravatar 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 a preliminary "notmuch search" command.Gravatar Carl Worth2009-10-24
* notmuch setup/new: Propagate failure from notmuch_database_set_timestampGravatar 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
* add_files: Pull one stat out of the recrusive function.Gravatar Carl Worth2009-10-23
* More fixing of plurals.Gravatar Carl Worth2009-10-23
* More care in final status reporting.Gravatar Carl Worth2009-10-23
* Print a better message than "0s" for zero seconds.Gravatar Carl Worth2009-10-23
* Add new "notmuch new" command.Gravatar Carl Worth2009-10-23
* add_files: Change to return a status value instead of voidGravatar Carl Worth2009-10-23
* notmuch setup: Clean up the progress printing a bit.Gravatar Carl Worth2009-10-23