aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-setup.c
Commit message (Expand)AuthorAge
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* 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
* Make exclusion visible againGravatar David Bremner2012-03-03
* config: disable addition of exclude tags for 0.12Gravatar Mark Walters2012-03-02
* setup: prompt user for search.exclude_tags valueGravatar Pieter Praet2012-01-23
* setup: Create functions for tag list printing and parsingGravatar Austin Clements2012-01-23
* notmuch setup: Don't prompt about maildir synchronizationGravatar 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-setup.c: Initialize getline(3) response_size to 0Gravatar Mike Kelly2010-10-29
* notmuch: Eliminate some const-correctness warnings.Gravatar Carl Worth2010-10-27
* notmuch setup: Prompt for tags to set on new messages.Gravatar Carl Worth2010-04-23
* notmuch setup: Exit if EOF is encountered at any prompt.Gravatar Carl Worth2009-12-01
* modify notmuch_setup_command to return 1 if config file write fails.Gravatar Jameson Graef Rollins2009-11-25
* Support multiple configuration files via $NOTMUCH_CONFIGGravatar Alec Berryman2009-11-23
* notmuch new: Unbreak after the addition of notmuch-config.Gravatar Carl Worth2009-11-11
* notmuch: Move welcome messages from "notmuch" to "notmuch setup".Gravatar Carl Worth2009-11-11
* notmuch: Add a configuration system.Gravatar Carl Worth2009-11-11
* notmuch setup: Break the implementation up into manageable functions.Gravatar Carl Worth2009-11-11
* notmuch: Break notmuch.c up into several smaller files.Gravatar Carl Worth2009-11-10