summaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
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
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