nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] mhbuild Duplicates charset of US-ASCII.


From: David Levine
Subject: Re: [Nmh-workers] mhbuild Duplicates charset of US-ASCII.
Date: Sun, 01 Jun 2014 10:23:22 -0400

Ralph wrote:

> In producing Norm's test HTML I found this ancient mhbuild duplicates
> charset when it's us-ascii.
> 
>     $ for f in foo iso-8869-1 utf-8 us-ascii; do
>     >     printf '\n#text/plain; charset="%s" /dev/null\n' $f |
>     >     mhbuild -;
>     > done
>     MIME-Version: 1.0
>     Content-Type: text/plain; charset="foo"
>     Content-ID: <address@hidden>
> 
>     MIME-Version: 1.0
>     Content-Type: text/plain; charset="iso-8869-1"
>     Content-ID: <address@hidden>
> 
>     MIME-Version: 1.0
>     Content-Type: text/plain; charset="utf-8"
>     Content-ID: <address@hidden>
> 
>     MIME-Version: 1.0
>     Content-Type: text/plain; charset="us-ascii"; charset="us-ascii"
>     Content-ID: <address@hidden>

Looks like it's been fixed already:

    $ mhbuild -version
      mhbuild -- nmh-1.6+dev [compiled on atto.localdomain at Thu May 22 
21:57:43 CDT 2014]

    $ for f in foo iso-8869-1 utf-8 us-ascii; do
    >     printf '\n#text/plain; charset="%s" /dev/null\n' $f |
    >     mhbuild -;
    > done
    MIME-Version: 1.0
    Content-Type: text/plain; charset="foo"

    MIME-Version: 1.0
    Content-Type: text/plain; charset="iso-8869-1"

    MIME-Version: 1.0
    Content-Type: text/plain; charset="utf-8"

    MIME-Version: 1.0
    Content-Type: text/plain; charset="us-ascii"

My profile has -nocontentid.

David



reply via email to

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