diff options
author | Peter Wang <novalazy@gmail.com> | 2012-04-14 11:41:05 +1000 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-04-28 10:45:31 -0300 |
commit | d32de8b3c0ba9e3224fbe66e76444bd44c1978fc (patch) | |
tree | e54e83f10e808356a82bd76cc93998db712291c7 /test | |
parent | 86f01063d74cb45ed83df80c9406262ae533d178 (diff) |
config: Add 'config list' command
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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/config b/test/config index 3bf80980..93ecb139 100755 --- a/test/config +++ b/test/config @@ -43,7 +43,6 @@ notmuch config set foo.nonexistent test_expect_equal "$(notmuch config get foo.nonexistent)" "" test_begin_subtest "List all items" -test_subtest_known_broken notmuch config set database.path "/canonical/path" output=$(notmuch config list) test_expect_equal "$output" "\ |