]> git.cworth.org Git - notmuch/commit
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)
commit1d4321ffa58ea9fab2f3069521d4dfb5e7ed0ce3
treef0100637e8981dcb5b2429d941fb6344b3c746b5
parentd08af93c65310c2d5ec8033040854f8ff4e5550f
cli: ignore config argument of notmuch_help_command

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.
notmuch.c