summaryrefslogtreecommitdiffstats
path: root/notmuch.c
AgeCommit message (Expand)Author
2019-06-14cli: run uncrustifyuncrustify
2019-06-11append _unused to the expression defined using unused() macroTomi Ollila
2019-05-03gmime-cleanup: drop unused gmime #defines and simplify g_mime_init ()Daniel Kahn Gillmor
2019-05-03gmime-cleanup: drop all arguments unused in GMime 3Daniel Kahn Gillmor
2019-05-03gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor
2018-01-04fix typosDaniel Kahn Gillmor
2017-12-11cli/help,completion: added pointers to notmuch-properties(7)Daniel Kahn Gillmor
2017-12-08crypto: add --decrypt=nostash to avoid stashing session keysDaniel Kahn Gillmor
2017-12-08crypto: new decryption policy "auto"Daniel Kahn Gillmor
2017-12-08lib: convert notmuch decryption policy to an enumDaniel Kahn Gillmor
2017-12-08indexopts: change _try_decrypt to _decrypt_policyDaniel Kahn Gillmor
2017-12-08indexing: Change from try_decrypt to decryptDaniel Kahn Gillmor
2017-12-07cli/help: give a hint about notmuch-emacs-muaDaniel Kahn Gillmor
2017-10-21cli: set up shared command-line arguments for indexingDaniel Kahn Gillmor
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-01add "notmuch reindex" subcommandDaniel Kahn Gillmor
2017-02-28cli/config: don't try to open config file for 'notmuch help'Jani Nikula
2016-10-31cli: try to run external notmuch- prefixed commands as subcommandsJani Nikula
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