]> git.notmuchmail.org Git - notmuch/commit
config: Add 'config list' command
authorPeter Wang <novalazy@gmail.com>
Sat, 14 Apr 2012 01:41:05 +0000 (11:41 +1000)
committerDavid Bremner <bremner@debian.org>
Sat, 28 Apr 2012 13:45:31 +0000 (10:45 -0300)
commitd32de8b3c0ba9e3224fbe66e76444bd44c1978fc
treee54e83f10e808356a82bd76cc93998db712291c7
parent86f01063d74cb45ed83df80c9406262ae533d178
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.
notmuch-config.c
test/config