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