aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
Commit message (Expand)AuthorAge
* cli: Be more helpful when .notmuch-config does not existGravatar Austin Clements2014-09-07
* notmuch-config: talloc_strdup MAILDIR and NAME environment variablesGravatar Tomi Ollila2014-08-07
* config: read database.path from $MAILDIR if setGravatar Mark Oteiza2014-07-31
* config: read user.name from $NAME if setGravatar Mark Oteiza2014-07-31
* compat: add canonicalize_file_nameGravatar David Bremner2014-04-08
* cli: abstract common config get/set codeGravatar Jani Nikula2014-01-18
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* notmuch-config: use strchr(), not index() (Solaris support)Gravatar Blake Jones2013-08-24
* cli: config: fix config file save when the file does not existGravatar Jani Nikula2013-05-12
* cli: config: do not overwrite symlinks when saving config fileGravatar Jani Nikula2013-04-14
* cli: config: remove unnecessary braces from if blocksGravatar Jani Nikula2013-03-30
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* cli: config: keep track of whether the config is newly createdGravatar Jani Nikula2013-03-07
* fix line breaks in one comment paragraph in generated .notmuch-config fileGravatar Tomi Ollila2013-01-06
* config: Add 'config list' commandGravatar Peter Wang2012-04-28
* config: Check 'config get' arity exactlyGravatar Peter Wang2012-04-28
* config: Fix free in 'config get' implementation.Gravatar Peter Wang2012-04-24
* Make exclusion visible againGravatar David Bremner2012-03-03
* config: disable addition of exclude tags for 0.12Gravatar Mark Walters2012-03-02
* cli: update 'new.ignore' config file comment wrt file/directory matchingGravatar Pieter Praet2012-02-27
* add support for user-specified files & directories to ignoreGravatar Tomi Ollila2012-02-17
* moved _config_(get|set)_list () functions earlier in the fileGravatar Tomi Ollila2012-01-30
* config: only exclude messages if 'search.exclude_tags' is explicitly setGravatar Pieter Praet2012-01-23
* search: rename auto_exclude_tags to {search, }exclude_tagsGravatar Pieter Praet2012-01-23
* config: Better formatting for search section commentGravatar Austin Clements2012-01-20
* search: Support automatic tag exclusionsGravatar Austin Clements2012-01-16
* cli: factor out config handling code to get/set lists.Gravatar David Bremner2011-12-12
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* fix sum moar typos [user-visible documentation in code]Gravatar Pieter Praet2011-06-23
* Fix check of sysconf return in get_name/username_from_passwd_fileGravatar Matthias Guedemann2011-05-26
* config: Fix confusing of "tag" and "flag" oin documentation.Gravatar Carl Worth2010-11-11
* notmuch setup: Fix to add maildir group (with comment) to existing fileGravatar Carl Worth2010-11-11
* Enable maildir synchronization by default.Gravatar Carl Worth2010-11-11
* notmuch config: Add more documentation for maildir.synchronize_flagsGravatar Carl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* notmuch config: Allow for new "notmuch config set" in addition to getGravatar Carl Worth2010-10-27
* notmuch config: Provide support for querying non-standard configuration values.Gravatar Carl Worth2010-10-27
* notmuch: Add a new "notmuch config" command for querying configuration.Gravatar Carl Worth2010-10-27
* Avoid segmentation fault with NOTMUCH_CONFIG=/new/config/file notmuch setupGravatar Carl Worth2010-07-19
* config: Rename messages.new_tags to just new.tagsGravatar Carl Worth2010-04-23
* Clarify the documentation for the new_tags configuration option.Gravatar Carl Worth2010-04-23
* notmuch setup: Fix new configuration-file groups to get commentsGravatar Carl Worth2010-04-23
* Sprinkle some const-correctness around new_tags.Gravatar Carl Worth2010-04-23
* notmuch-config: make new message tags configurableGravatar Ben Gamari2010-04-23
* notmuch: Abort if specified configuration file is not found.Gravatar Carl Worth2010-04-21
* * notmuch-config: fix small leak from 'g_key_file_to_data'Gravatar Dirk-Jan C. Binnema2009-12-04
* Support multiple configuration files via $NOTMUCH_CONFIGGravatar Alec Berryman2009-11-23
* notmuch-config: Fix memleaks.Gravatar Holger Freyther2009-11-22