nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] New mhbuild directives

2014-05-16 08:36:49
Lyndon wrote:

And with an 'mhbuild-disposition-type: foo' that sets default
behaviour for the type in the absence of an explicit type/subtype
entry.

Yes, my commit supports that.  And I've started factoring
out the myriad occurrences of this:

  if ! context_find(invo_name-foo-type/subtype) then
    context_find(invo_name-foo-type))

into a helper function.  It'll also get rid of the snprintf,
with unchecked return value, to a temp buffer of hard-coded
size in each case.

David

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>