summaryrefslogtreecommitdiffstats
path: root/notmuch.c
AgeCommit message (Expand)Author
2009-11-02Add a simple manual page for notmuch.Carl Worth
2009-10-31notmuch: Add a talloc context argument to each top-level command function.Carl Worth
2009-10-31Rename message_results/thread_results to messages/threads.Carl Worth
2009-10-31notmuch: Reference help, don't print it for unknown commands.Carl Worth
2009-10-29Fix relative date formatting to not split one day into two formats.Carl Worth
2009-10-29notmuch search: Add (relative) date to search outputCarl Worth
2009-10-29notmuch show: Add a one-line summary of the message before the header.Carl Worth
2009-10-29notmuch show: Trim down header list.Carl Worth
2009-10-29notmuch show: Add body of message as well.Carl Worth
2009-10-29notmuch show: Initial implementation (headers only)Carl Worth
2009-10-28Fix add_message and get_filename to strip/re-add the database path.Carl Worth
2009-10-28notmuch setup/new: Print progress once per second instead of after 1000 files.Carl Worth
2009-10-28notmuch search: Clarify documentation of implicit Boolean operatorsCarl Worth
2009-10-28notmuch help: Review and augment all of the "notmuch help" documentation.Carl Worth
2009-10-28notmuch help: Be less verbose by default and support detailed helpCarl Worth
2009-10-27Add new "notmuch tag" command for adding/removing tags.Carl Worth
2009-10-27Merge branch to fix broken "notmuch setup" and "notmuch new"Carl Worth
2009-10-27Fix "notmuch new" (bad performance, and no committing of results).Carl Worth
2009-10-27Unbreak the "notmuch setup" command.Carl Worth
2009-10-26notmuch restore: Fix to remove all tags before adding tags.Carl Worth
2009-10-26notmuch restore: Don't bother printing tag values.Carl Worth
2009-10-26add_message: Add an optional parameter for getting the just-added message.Carl Worth
2009-10-26Fix incorrect name of _notmuch_thread_get_subject.Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26Remove all calls to g_strdup_printfCarl Worth
2009-10-26Add notmuch_thread_get_tagsCarl Worth
2009-10-26tags: Re-implement tags iterator to avoid having C++ in the interfaceCarl Worth
2009-10-26notmuch restore: Fix leak of FILE* object.Carl Worth
2009-10-25Add an initial implementation of a notmuch_thread_t object.Carl Worth
2009-10-25Rename notmuch_query_search to notmuch_query_search_messagesCarl Worth
2009-10-25Add -Wswitch-enum and fix warnings.Carl Worth
2009-10-25Add -Wmising-declarations and fix warnings.Carl Worth
2009-10-25Re-enable the warning for unused parameters.Carl Worth
2009-10-25Add -Wextra and fix warnings.Carl Worth
2009-10-25Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth
2009-10-25notmuch dump: Eliminate extra space in error message.Carl Worth
2009-10-25Move read-only-archive hint from "notmuch setup" to "notmuch new"Carl Worth
2009-10-24Add a preliminary "notmuch search" command.Carl Worth
2009-10-24notmuch setup/new: Propagate failure from notmuch_database_set_timestampCarl Worth
2009-10-24Revert "Remove some unneeded initializers."Carl Worth
2009-10-23Cut the enthusiasm a bit.Carl Worth
2009-10-23Make "notmuch new" ignore directories that are read-only.Carl Worth
2009-10-23add_files: Pull one stat out of the recrusive function.Carl Worth
2009-10-23More fixing of plurals.Carl Worth
2009-10-23More care in final status reporting.Carl Worth
2009-10-23Print a better message than "0s" for zero seconds.Carl Worth
2009-10-23Add new "notmuch new" command.Carl Worth
2009-10-23add_files: Change to return a status value instead of voidCarl Worth
2009-10-23notmuch setup: Clean up the progress printing a bit.Carl Worth
2009-10-23Remove some unneeded initializers.Carl Worth