summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
AgeCommit message (Expand)Author
2019-05-29cli/show: emit payload subject instead of outside subjectDaniel Kahn Gillmor
2019-05-26cli: expose message-wide crypto status from mime-nodeDaniel 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-05-26cli: add print_status_message()Daniel 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-10-21cli: set up shared command-line arguments for indexingDaniel Kahn Gillmor
2017-10-20crypto: move into libnotmuch_utilDaniel Kahn Gillmor
2017-10-12crypto: _notmuch_crypto_cleanup should return voidDaniel Kahn Gillmor
2017-10-12crypto: drop pretense of notmuch_crypto_context_tDaniel Kahn Gillmor
2017-10-12crypto: rename notmuch_crypto_t to _notmuch_crypto_tDaniel Kahn Gillmor
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-16remove boolean "first" argument from format_part_sprinterDaniel Kahn Gillmor
2017-08-01add "notmuch reindex" subcommandDaniel Kahn Gillmor
2017-07-15crypto: clean up unused definitions in gmime 3.0David Bremner
2017-07-14config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0Daniel Kahn Gillmor
2017-07-04cli: implement structured output version 4David Bremner
2017-05-30cli/show: use single stream for printf / gmime object outputDavid Bremner
2017-05-30cli/reply: direct all output for text format to gmime streamDavid Bremner
2017-04-01Merge branch 'release'David Bremner
2017-04-01cli/dump: bump dump format version to 3David Bremner
2017-03-10cli/show: remove unused raw member from show parameters structJani Nikula
2017-02-28cli/config: don't try to open config file for 'notmuch help'Jani Nikula
2017-02-26cli/show: list all filenames of a message in the formatted outputJani Nikula
2016-12-07cli/insert: return EX_TEMPFAIL for some errorsDavid Bremner
2016-11-25cli: consider files vanishing during notmuch new non-fatalJani Nikula
2016-09-21CLI: add properties to dump outputDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25CLI: add optional config data to dump output.David Bremner
2016-03-29CLI: add print_status_databaseDavid Bremner
2016-01-29cli: crypto: S/MIME verification supportJani Nikula
2015-09-26cli: change the data structure for notmuch address deduplicationJani Nikula
2015-09-20cli: add utility routine to print error status.David Bremner
2015-08-26cli/lib: remove support for GMime 2.4David Bremner
2015-08-14cli: add global option "--uuid"David 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-03-11CLI: make gpg binary used by libgmime configurable.David Bremner
2015-03-09CLI: set up infrastructure to make path to gpg configurable.David Bremner
2014-11-05cli: Introduce "notmuch address" commandMichal Sojka
2014-04-12dump: support gzipped and atomic outputDavid Bremner
2014-03-30cli: abstract dump file open from the dump commandJani Nikula
2013-11-08search: Add stable queries to thread search resultsAustin Clements
2013-11-08cli: Separate current and deprecated format versionAustin Clements
2013-10-09notmuch-compact: Initial commit of CLIBen Gamari
2013-08-27cli: add --include-html option to notmuch showJohn Lenz
2013-06-29cli: add insert commandPeter Wang