aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-08-14cli: add global option "--uuid"David Bremner
2015-07-30cli: enable notmuch --help commandDavid Bremner
2015-06-01cli: add standard option processing to config, help and setupDavid Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-06-01cli: refactor notmuch_help_commandDavid Bremner
2015-06-01cli: ignore config argument of notmuch_help_commandDavid Bremner
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
2015-03-11cli: add support for notmuch command --helpJani Nikula
2015-03-11cli: fix top level --help combined with other optionsJani Nikula
2014-11-05cli: Introduce "notmuch address" commandMichal Sojka
2014-03-27cli: fix notmuch help additional topicsJani Nikula
2014-01-18cli: close config and do talloc report also on errorsJani Nikula
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-11-08cli: Separate current and deprecated format versionAustin Clements
2013-10-09notmuch-compact: Initial commit of CLIBen Gamari
2013-09-14lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()Jani Nikula
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