summaryrefslogtreecommitdiffstats
path: root/notmuch-config.c
AgeCommit message (Expand)Author
2020-02-19Drop deprecated/unused crypto.gpg_pathDaniel Kahn Gillmor
2019-06-14cli: run uncrustifyuncrustify
2019-06-14cli: partial whitespace cleanup in notmuch-config.cDavid Bremner
2019-05-25cli/config: check syntax of user configured field namesDavid Bremner
2019-05-25cli/config: support user header index configDavid Bremner
2019-05-25cli/config: refactor _stored_in_dbDavid Bremner
2019-05-03gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor
2018-09-08notmuch: Database paths without a leading / are relative to $HOMEDavid Edmondson
2017-12-08indexing: Change from try_decrypt to decryptDaniel Kahn Gillmor
2017-10-21config: define new option index.try_decryptDaniel Kahn Gillmor
2017-10-21config: test whether an item is stored in the database by nameDaniel Kahn Gillmor
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-07-14config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0Daniel Kahn Gillmor
2017-02-28notmuch-config: ENOENT vs generic handling when file open fails.Tomi Ollila
2017-02-28cli/config: don't try to open config file for 'notmuch help'Jani Nikula
2017-01-07cli/config: rename name to key in _config_set_listJani Nikula
2017-01-07cli/config: allocate config using talloc_zeroJani Nikula
2016-12-16notmuch-config: replace config reading functionIoan-Adrian Ratiu
2016-12-16cli: abstract config file reading to a separate functionJani Nikula
2016-06-29lib: add built_with handling for XAPIAN_DB_RETRY_LOCKDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25CLI: add notmuch-config support for named queriesDavid Bremner
2016-05-13lib/cli: add library API / CLI for compile time optionsDavid Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: add standard option processing to config, help and setupDavid Bremner
2015-03-11CLI: make gpg binary used by libgmime configurable.David Bremner
2014-09-07cli: Be more helpful when .notmuch-config does not existAustin Clements
2014-08-07notmuch-config: talloc_strdup MAILDIR and NAME environment variablesTomi Ollila
2014-07-31config: read database.path from $MAILDIR if setMark Oteiza
2014-07-31config: read user.name from $NAME if setMark Oteiza
2014-04-08compat: add canonicalize_file_nameDavid Bremner
2014-01-18cli: abstract common config get/set codeJani Nikula
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-08-24notmuch-config: use strchr(), not index() (Solaris support)Blake Jones
2013-05-12cli: config: fix config file save when the file does not existJani Nikula
2013-04-14cli: config: do not overwrite symlinks when saving config fileJani Nikula
2013-03-30cli: config: remove unnecessary braces from if blocksJani 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: config: keep track of whether the config is newly createdJani Nikula
2013-01-06fix line breaks in one comment paragraph in generated .notmuch-config fileTomi Ollila
2012-04-28config: Add 'config list' commandPeter Wang
2012-04-28config: Check 'config get' arity exactlyPeter Wang
2012-04-24config: Fix free in 'config get' implementation.Peter Wang
2012-03-03Make exclusion visible againDavid Bremner
2012-03-02config: disable addition of exclude tags for 0.12Mark Walters
2012-02-27cli: update 'new.ignore' config file comment wrt file/directory matchingPieter Praet
2012-02-17add support for user-specified files & directories to ignoreTomi Ollila
2012-01-30moved _config_(get|set)_list () functions earlier in the fileTomi Ollila
2012-01-23config: only exclude messages if 'search.exclude_tags' is explicitly setPieter Praet