aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard
2009-11-23Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman
2009-11-23Support for printing file paths in new commandAdrian Perez
2009-11-18notmuch main(): Remove stale comment.Carl Worth
2009-11-18notmuch help: Print to stdout, not to stderr.Lars Kellogg-Stedman
2009-11-17notmuch help: Update documentation (following recent text from notmuch.1)Carl Worth
2009-11-11notmuch new: Unbreak after the addition of notmuch-config.Carl Worth
2009-11-11notmuch: Make the command of "notmuch" walk the user through the next step.Carl Worth
2009-11-11notmuch: Move welcome messages from "notmuch" to "notmuch setup".Carl Worth
2009-11-11notmuch: Add a configuration system.Carl Worth
2009-11-11notmuch reply: Use GMime to construct the header for the reply.Carl Worth
2009-11-10notmuch reply: Add (incomplete) reply commandKeith Packard
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth
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