summaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2010-10-28documentation: Add the "files" option to the synopsis of "search --output="Carl Worth
2010-10-28notmuch search: Add a new "notmuch search --output=files"Carl Worth
2010-10-28notmuch search: Add a new --output=(summary|threads|messages|tags) option.Carl Worth
2010-10-27notmuch config: Allow for new "notmuch config set" in addition to getCarl Worth
2010-10-27notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth
2010-09-16notmuch show: Add documentation of --format=mboxCarl Worth
2010-04-21Fix help message for "show"Jameson Rollins
2010-04-16notmuch.c: Shorten version stringSebastian Spaeth
2010-04-09notmuch count: Remove unneeded paragraph from documentation.Carl Worth
2010-04-09notmuch count: Remove special handling of "*".Carl Worth
2010-04-09notmuch: Document the new special-case syntax of "*".Carl Worth
2010-04-09Have notmuch count default to showing the total.Mike Kelly
2010-04-02Merge remote branch 'dme/dme-for-cworth'Carl Worth
2010-04-02notmuch help: Eliminate a gratuitous level of indentation.Carl Worth
2010-04-02notmuch help: Simplify output by omitting arguments for each command.Carl Worth
2010-04-02notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth
2010-04-02notmuch: Add support for a --help option.Carl Worth
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-03-09Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2010-01-06notmuch new: Remove hack to ignore read-only directories in mail store.Carl Worth
2009-12-02notmuch.1: Document the new --entire-thread option to "notmuch show".Carl Worth
2009-12-02notmuch show: limit display to only matching messagesBart Trojanowski
2009-11-28Documentation for notmuch reply --format=(default|headers-only)Jed Brown
2009-11-26search-tags: Add support for search-terms.Jan Janak
2009-11-26notmuch: New command 'search-tags'.Jan Janak
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-23Fix printing of literal '%' in help message.Carl Worth
2009-11-23Add rudimentary date-based search.Carl Worth
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