Eric wrote: > Ken Hornstein <[email protected]> writes: > > > > (I have also included a MIME external-body pointer to it below, which > > newer versions of nmh should be able to use). > > Not in 1.6; this change is not on the branch: > > +# This entry is used to retrieve external-body types that use a "url" > +# access-type. > +PGM="`$SEARCHPROG $SEARCHPATH curl`" > +if [ ! -z "$PGM" ]; then > + echo "nmh-access-url: $PGM -L" >> $TMP > +fi
You're right, that change is post-1.6. > Also the text/calendar and message/rfc822 inline change is missing. It's in 1.6 for text/calendar, but hard-coded in setup_attach_content(). The more general mhbuild-disposition-type/subtype support is post-1.6. David _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
