aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2013-06-29cli: add insert commandPeter Wang
2013-06-24revert: Removed top level --stderr= optionTomi Ollila
2013-06-08cli: Guard deprecated g_type_init callsTomi Ollila
2013-05-31cli: remove unused argument descriptionsJani Nikula
2013-05-29cli: add global option --stderr=FILETomi Ollila
2013-03-08cli: add top level --config=FILE optionJani Nikula
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2013-03-07cli: plug main notmuch command into subcommand machineryJani Nikula
2013-03-07cli: abstract subcommand finding into a new functionJani Nikula
2013-02-08CLI: add simple error handling for talloc loggingDavid Bremner
2013-01-22CLI: convert top level argument parsing to use command-line-argumentsDavid Bremner
2013-01-22CLI: remove alias machinery, and "part", "search-tags" commandsDavid Bremner
2012-12-30CLI: add talloc leak report, controlled by an environment variable.David Bremner
2012-12-16cli: Framework for structured output versioningAustin Clements
2012-12-04cli: fix notmuch top level argument parsingJani Nikula
2011-12-31notmuch: replace built-in help with exec of manDavid Bremner
2011-12-11cli: add support for pre and post notmuch new hooksJani Nikula
2011-11-25CLI: update call to notmuch_help_command for new calling conventions.David Bremner
2011-11-15cli: add support for --output parameter in notmuch countJani Nikula
2011-11-15cli: add options --offset and --limit to notmuch searchJani Nikula
2011-10-23docs: Update news, man page, and online help for restore --accumulateDavid Bremner
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-10-16docs: Update man page, NEWS and online help for new dump arguments.David Bremner
2011-09-10Add missing call to g_type_init()Aaron Ecay
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