summaryrefslogtreecommitdiff
path: root/notmuch-config.c
AgeCommit message (Expand)Author
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
2012-01-23search: rename auto_exclude_tags to {search, }exclude_tagsPieter Praet
2012-01-20config: Better formatting for search section commentAustin Clements
2012-01-16search: Support automatic tag exclusionsAustin Clements
2011-12-12cli: factor out config handling code to get/set lists.David Bremner
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-06-23fix sum moar typos [user-visible documentation in code]Pieter Praet
2011-05-26Fix check of sysconf return in get_name/username_from_passwd_fileMatthias Guedemann
2010-11-11config: Fix confusing of "tag" and "flag" oin documentation.Carl Worth
2010-11-11notmuch setup: Fix to add maildir group (with comment) to existing fileCarl Worth
2010-11-11Enable maildir synchronization by default.Carl Worth
2010-11-11notmuch config: Add more documentation for maildir.synchronize_flagsCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-10-27notmuch config: Allow for new "notmuch config set" in addition to getCarl Worth
2010-10-27notmuch config: Provide support for querying non-standard configuration values.Carl Worth
2010-10-27notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth
2010-07-19Avoid segmentation fault with NOTMUCH_CONFIG=/new/config/file notmuch setupCarl Worth
2010-04-23config: Rename messages.new_tags to just new.tagsCarl Worth
2010-04-23Clarify the documentation for the new_tags configuration option.Carl Worth
2010-04-23notmuch setup: Fix new configuration-file groups to get commentsCarl Worth
2010-04-23Sprinkle some const-correctness around new_tags.Carl Worth
2010-04-23notmuch-config: make new message tags configurableBen Gamari
2010-04-21notmuch: Abort if specified configuration file is not found.Carl Worth
2009-12-04* notmuch-config: fix small leak from 'g_key_file_to_data'Dirk-Jan C. Binnema
2009-11-23Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman
2009-11-22notmuch-config: Fix memleaks.Holger Freyther