aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
* notmuch: replace built-in help with exec of manGravatar David Bremner2011-12-31
* cli: add support for pre and post notmuch new hooksGravatar Jani Nikula2011-12-11
* CLI: update call to notmuch_help_command for new calling conventions.Gravatar David Bremner2011-11-25
* cli: add support for --output parameter in notmuch countGravatar Jani Nikula2011-11-15
* cli: add options --offset and --limit to notmuch searchGravatar Jani Nikula2011-11-15
* docs: Update news, man page, and online help for restore --accumulateGravatar David Bremner2011-10-23
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* docs: Update man page, NEWS and online help for new dump arguments.Gravatar David Bremner2011-10-16
* Add missing call to g_type_init()Gravatar Aaron Ecay2011-09-10
* fix sum moar typos [user-visible documentation in code]Gravatar Pieter Praet2011-06-23
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Gravatar Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Gravatar Jameson Graef Rollins2011-05-27
* notmuch: Implement search-tags as an alias for "search --output=tags *"Gravatar Carl Worth2011-05-24
* notmuch show: Update documentation for default --format=raw for --partGravatar Carl Worth2011-05-24
* notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"Gravatar Carl Worth2011-05-24
* New part output handling as option to notmuch-show.Gravatar Jameson Graef Rollins2011-05-23
* notmuch show: Properly nest MIME parts within mulipart partsGravatar Carl Worth2011-05-17
* notmuch search: Clean up some memory leaks during search loop.Gravatar Carl Worth2011-01-26
* Add documentation for the recently added folder-based searching.Gravatar Carl Worth2011-01-15
* Rename "notmuch cat" to "notmuch show --format=raw"Gravatar Carl Worth2010-11-06
* Add 'cat' subcommandGravatar Michal Sojka2010-11-05
* documentation: Add the "files" option to the synopsis of "search --output="Gravatar Carl Worth2010-10-28
* notmuch search: Add a new "notmuch search --output=files"Gravatar Carl Worth2010-10-28
* notmuch search: Add a new --output=(summary|threads|messages|tags) option.Gravatar Carl Worth2010-10-28
* notmuch config: Allow for new "notmuch config set" in addition to getGravatar Carl Worth2010-10-27
* notmuch: Add a new "notmuch config" command for querying configuration.Gravatar Carl Worth2010-10-27
* notmuch show: Add documentation of --format=mboxGravatar Carl Worth2010-09-16
* Fix help message for "show"Gravatar Jameson Rollins2010-04-21
* notmuch.c: Shorten version stringGravatar Sebastian Spaeth2010-04-16
* notmuch count: Remove unneeded paragraph from documentation.Gravatar Carl Worth2010-04-09
* notmuch count: Remove special handling of "*".Gravatar Carl Worth2010-04-09
* notmuch: Document the new special-case syntax of "*".Gravatar Carl Worth2010-04-09
* Have notmuch count default to showing the total.Gravatar Mike Kelly2010-04-09
* Merge remote branch 'dme/dme-for-cworth'Gravatar Carl Worth2010-04-02
|\
* | notmuch help: Eliminate a gratuitous level of indentation.Gravatar Carl Worth2010-04-02
* | notmuch help: Simplify output by omitting arguments for each command.Gravatar Carl Worth2010-04-02
* | notmuch: Add a version (0.1 initially) with a new --version option.Gravatar Carl Worth2010-04-02
* | notmuch: Add support for a --help option.Gravatar Carl Worth2010-04-02
| * notmuch: Add a 'part' subcommandGravatar David Edmondson2010-04-02
|/
* Add is:<tag> as a synonym for tag:<tag> in search terms.Gravatar Carl Worth2010-03-09
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* notmuch new: Remove hack to ignore read-only directories in mail store.Gravatar Carl Worth2010-01-06
* notmuch.1: Document the new --entire-thread option to "notmuch show".Gravatar Carl Worth2009-12-02
* notmuch show: limit display to only matching messagesGravatar Bart Trojanowski2009-12-02
* Documentation for notmuch reply --format=(default|headers-only)Gravatar Jed Brown2009-11-28
* search-tags: Add support for search-terms.Gravatar Jan Janak2009-11-26
* notmuch: New command 'search-tags'.Gravatar Jan Janak2009-11-26
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* Fix printing of literal '%' in help message.Gravatar Carl Worth2009-11-23
* Add rudimentary date-based search.Gravatar Carl Worth2009-11-23