Subject that ends with UTF-8, 85 or A0 e.g.:
Kevin J. McCarthy
kevin at 8t8.us
Wed Aug 3 03:55:53 UTC 2022
On Wed, Aug 03, 2022 at 12:21:09PM +0900, Kenichi Asai wrote:
>asai at bigsur % cat test.c
>#include <stdio.h>
>#include <ctype.h>
>
>int main ()
>{
> printf("%d\n", isspace(0xa0));
> printf("%d\n", isspace(0x85));
> printf("%d\n", isspace(0x0a));
>
> return 0;
>}
[...]
>asai at bigsur % ./test
>0
>0
>1
>asai at bigsur %
Darn, that was my best guess. After I sent the email, I even found some
old bug reports that 0xa0 was considered "space" on MacOS
(e.g. https://bugs.python.org/issue7072)
Still, perhaps there is something different about the way Mutt was built
versus the quick compile.
Have you ever built Mutt yourself? Would you be able to try, and try
applying the attached patch to a recent release tarball?
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wip-testing-rfcline-reader-fix.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-users/attachments/20220802/5f7b8805/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-users/attachments/20220802/5f7b8805/attachment.asc>
More information about the Mutt-users
mailing list