summaryrefslogtreecommitdiffstats
path: root/notmuch-setup.c
AgeCommit message (Expand)Author
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-07-30cli: remove extraneous space in messageSimon Branch
2021-04-06CLI: rename notmuch_config_t to notmuch_conffile_tDavid Bremner
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-04-06CLI/config: remove calls to notmuch_config_open from top levelDavid Bremner
2021-03-27CLI/setup: switch to new configuration frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2019-06-14cli: run uncrustifyuncrustify
2019-06-11append _unused to the expression defined using unused() macroTomi Ollila
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: add standard option processing to config, help and setupDavid Bremner
2014-01-18cli: clean up exit status code returned by the cli commandsJani 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
2012-03-03Make exclusion visible againDavid Bremner
2012-03-02config: disable addition of exclude tags for 0.12Mark Walters
2012-01-23setup: prompt user for search.exclude_tags valuePieter Praet
2012-01-23setup: Create functions for tag list printing and parsingAustin Clements
2010-11-11notmuch setup: Don't prompt about maildir synchronizationCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-10-29notmuch-setup.c: Initialize getline(3) response_size to 0Mike Kelly
2010-10-27notmuch: Eliminate some const-correctness warnings.Carl Worth
2010-04-23notmuch setup: Prompt for tags to set on new messages.Carl Worth
2009-12-01notmuch setup: Exit if EOF is encountered at any prompt.Carl Worth
2009-11-25modify notmuch_setup_command to return 1 if config file write fails.Jameson Graef Rollins
2009-11-23Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman
2009-11-11notmuch new: Unbreak after the addition of notmuch-config.Carl Worth
2009-11-11notmuch: Move welcome messages from "notmuch" to "notmuch setup".Carl Worth
2009-11-11notmuch: Add a configuration system.Carl Worth
2009-11-11notmuch setup: Break the implementation up into manageable functions.Carl Worth
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth