aboutsummaryrefslogtreecommitdiff
path: root/notmuch-config.c
Commit message (Expand)AuthorAge
* config: Add 'config list' commandPeter Wang2012-04-28
* config: Check 'config get' arity exactlyPeter Wang2012-04-28
* config: Fix free in 'config get' implementation.Peter Wang2012-04-24
* Make exclusion visible againDavid Bremner2012-03-03
* config: disable addition of exclude tags for 0.12Mark Walters2012-03-02
* cli: update 'new.ignore' config file comment wrt file/directory matchingPieter Praet2012-02-27
* add support for user-specified files & directories to ignoreTomi Ollila2012-02-17
* moved _config_(get|set)_list () functions earlier in the fileTomi Ollila2012-01-30
* config: only exclude messages if 'search.exclude_tags' is explicitly setPieter Praet2012-01-23
* search: rename auto_exclude_tags to {search, }exclude_tagsPieter Praet2012-01-23
* config: Better formatting for search section commentAustin Clements2012-01-20
* search: Support automatic tag exclusionsAustin Clements2012-01-16
* cli: factor out config handling code to get/set lists.David Bremner2011-12-12
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* fix sum moar typos [user-visible documentation in code]Pieter Praet2011-06-23
* Fix check of sysconf return in get_name/username_from_passwd_fileMatthias Guedemann2011-05-26
* config: Fix confusing of "tag" and "flag" oin documentation.Carl Worth2010-11-11
* notmuch setup: Fix to add maildir group (with comment) to existing fileCarl Worth2010-11-11
* Enable maildir synchronization by default.Carl Worth2010-11-11
* notmuch config: Add more documentation for maildir.synchronize_flagsCarl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth2010-11-11
* Make maildir synchronization configurableMichal Sojka2010-11-10
* notmuch config: Allow for new "notmuch config set" in addition to getCarl Worth2010-10-27
* notmuch config: Provide support for querying non-standard configuration values.Carl Worth2010-10-27
* notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth2010-10-27
* Avoid segmentation fault with NOTMUCH_CONFIG=/new/config/file notmuch setupCarl Worth2010-07-19
* config: Rename messages.new_tags to just new.tagsCarl Worth2010-04-23
* Clarify the documentation for the new_tags configuration option.Carl Worth2010-04-23
* notmuch setup: Fix new configuration-file groups to get commentsCarl Worth2010-04-23
* Sprinkle some const-correctness around new_tags.Carl Worth2010-04-23
* notmuch-config: make new message tags configurableBen Gamari2010-04-23
* notmuch: Abort if specified configuration file is not found.Carl Worth2010-04-21
* * notmuch-config: fix small leak from 'g_key_file_to_data'Dirk-Jan C. Binnema2009-12-04
* Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman2009-11-23
* notmuch-config: Fix memleaks.Holger Freyther2009-11-22
* Deal with situation where sysconf(_SC_GETPW_R_SIZE_MAX) returns -1Alexander Botero-Lowry2009-11-17
* notmuch: Move welcome messages from "notmuch" to "notmuch setup".Carl Worth2009-11-11
* notmuch setup: Add some comments when creating a .notmuch-config file.Carl Worth2009-11-11
* notmuch: Add a configuration system.Carl Worth2009-11-11