aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2009-11-09notmuch setup: Remove a debugging print.Carl Worth
2009-11-06notmuch show: Don't show the subject line twice.Carl Worth
2009-11-05notmuch show: Move subject from one-line summary down to its own line.Carl Worth
2009-11-05Update notmuch man page with recently-added documentation.Carl Worth
2009-11-05notmuch search: Document the from, to, and subject prefixes.Carl Worth
2009-11-05notmuch show: Fix to work with any search string rather than just a thread ID.Carl Worth
2009-11-04notmuch show: Add filename to output (next to message ID).Carl Worth
2009-11-04notmuch show: Fix misplaced g_object_unref leading to error message.Carl Worth
2009-11-03notmuch show: Remove custom "unread" hack, (printing tag in two locations).Carl Worth
2009-11-03notmuch show: Print tags for each message.Carl Worth
2009-11-03Hide bodies of message that have already been read.Carl Worth
2009-11-02notmuch show: Switch to control character to mark sections of outputCarl Worth
2009-11-02Tweak relative dates to be close to the same length.Carl Worth
2009-11-02notmuch show: Don't print non-text MIME parts.Carl Worth
2009-11-02Print "part" markers for each MIME part (with Content-type).Carl Worth
2009-11-02notmuch show: Use GMime to decode messages.Carl Worth
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