summaryrefslogtreecommitdiffstats
path: root/notmuch.c
AgeCommit message (Expand)Author
2021-09-04CLI: move query syntax to shared optionDavid Bremner
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-06-25lib: write talloc report in notmuch_database_destroyDavid Bremner
2021-05-14CLI/notmuch: make immutable tables constDavid Bremner
2021-05-14CLI: centralize initialization in notmuch_client_initDavid Bremner
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-04-06CLI/config: remove calls to notmuch_config_open from top levelDavid Bremner
2021-03-27CLI/config: support set/get with split configurationDavid Bremner
2021-03-27CLI+lib: detect missing database in split configurations.David Bremner
2021-03-27CLI/notmuch: switch notmuch_command to notmuch_config_getDavid Bremner
2021-03-27CLI/config: migrate notmuch_config_open to new configDavid Bremner
2021-03-27CLI/setup: switch to new configuration frameworkDavid Bremner
2021-03-27CLI: load merged config at top levelDavid Bremner
2021-03-19CLI/show: complete conversion to new configuration framework.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06cli/new: convert to new config frameworkDavid Bremner
2021-02-06cli/compact: convert to new configuration frameworkDavid Bremner
2021-02-06cli/tag: convert to new config framework.David Bremner
2021-02-06CLI/{search,address}: convert to new configuration frameworkDavid Bremner
2021-02-06CLI/reply: convert to new config frameworkDavid Bremner
2021-02-06cli/reindex: convert new config frameworkDavid Bremner
2021-02-06CLI/insert: convert to new config framework.David Bremner
2021-02-06CLI/restore: convert to new config frameworkDavid Bremner
2021-02-06cli/dump: convert to new config frameworkDavid Bremner
2021-02-06CLI/count: switch to new configuration frameworkDavid Bremner
2021-02-06lib/config: add config values iteratorDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2021-02-06CLI: generalize notmuch_config_mode_tDavid Bremner
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