]> git.cworth.org Git - notmuch/commitdiff
cli: ignore config argument of notmuch_help_command
authorDavid Bremner <david@tethera.net>
Sun, 5 Apr 2015 13:24:42 +0000 (22:24 +0900)
committerDavid Bremner <david@tethera.net>
Mon, 1 Jun 2015 05:32:54 +0000 (07:32 +0200)
We call it with NULL at one point anyway, so it needs to work with
NULL. Since the only place we use talloc is right before exec, there
is no harm in always using NULL.


No differences found