nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] hooks interface issues


From: Ken Hornstein
Subject: Re: [Nmh-workers] hooks interface issues
Date: Sun, 23 Feb 2014 14:03:07 -0500

>Some other thoughts on the interface:
> * The requirement that the hook handler be specified by
>   an absolute path is rather odd.

The post-1.5 hook code has been converted over to the argsplit interface.
So that shouldn't be necessary anymore.

If you are using post-1.5 code ... well, I'll be honest that I didn't
test it, and as far as I know there are no tests in the test suite that
exercise it.  So maybe it's broken.

You know, looking at the code ... it was calling execvp(), so it shouldn't
require an absolute path.  I know the documentation says that, but that
should be updated.

> * It seems a more flexible arrangement would be if the
>   path and message number/file were given as separate
>   arguments. Concatenation is simple/cheap in a script,
>   but separating the two for more complex operations is
>   less so; especially when repeated for many messages.

That should be simple, but it would be an interface change.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]