aboutsummaryrefslogtreecommitdiff
path: root/test/config
AgeCommit message (Collapse)Author
2012-04-28config: Add 'config list' commandPeter Wang
Add a command to list all configuration items with their associated values. One use is as follows: a MUA may prefer to store data in a central notmuch configuration file so that the data is accessible across different machines, e.g. an addressbook. The list command helps to implement features such as tab completion on the keys.
2012-04-28test: Add broken test for 'config list'Peter Wang
Proposed functionality.
2012-04-28test: Add tests for 'config' commandPeter Wang
Start a new test script.