]> git.notmuchmail.org Git - notmuch/commit
cli: factor out config handling code to get/set lists.
authorDavid Bremner <bremner@debian.org>
Sat, 10 Dec 2011 16:35:14 +0000 (12:35 -0400)
committerDavid Bremner <bremner@debian.org>
Mon, 12 Dec 2011 15:16:01 +0000 (11:16 -0400)
commit1df71b5510599bfd111db7398a666a87f3d63ba5
tree6779407a82bab008fee64b0dc2fcc27efab93721
parentcaae152772e6d15333e392e8175799c8475fd902
cli: factor out config handling code to get/set lists.

Two new internal routines are created _config_get_list and
_config_set_list; the notmuch_config_get_* functions that deal with
lists are simply wrappers for these functions.
notmuch-config.c