bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Unicode multibyte character shattered when header tr


From: 積丹尼 Dan Jacobson
Subject: Re: [bug-mailutils] Unicode multibyte character shattered when header truncated
Date: Sat, 02 May 2015 03:38:49 +0800

Doing
$ set `seq 88 111`
$ for i do COLUMNS=$i mail -H -f /tmp/ff; done
shows that back in mail (GNU Mailutils 2.1)
instead extra blanks were added to the left of the subject, once, twice,
until a full unicode char could be printed (on third time.) Therefore
this is a regression...

P.S. in mail (GNU Mailutils) 2.99.98 the way to get the full Subject is:
$ COLUMNS=1111 mail -H | cat
cat needed for COLUMNS to take effect.

(Alas for interactive usage none of
$ COLUMNS=1111 mail -E 'set columns=1111'
work.)



reply via email to

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