summaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2011-06-23fix sum moar typos [user-visible documentation in code]Pieter Praet
2011-05-27Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-24notmuch: Implement search-tags as an alias for "search --output=tags *"Carl Worth
2011-05-24notmuch show: Update documentation for default --format=raw for --partCarl Worth
2011-05-24notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"Carl Worth
2011-05-23New part output handling as option to notmuch-show.Jameson Graef Rollins
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2011-01-26notmuch search: Clean up some memory leaks during search loop.Carl Worth
2011-01-15Add documentation for the recently added folder-based searching.Carl Worth
2010-11-06Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth
2010-11-05Add 'cat' subcommandMichal Sojka
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