Hello Axel, and thank you for reporting us this problem.
On Monday, April 23, 2007 at 15:08:27 +0200, Axel Beckert wrote:
>| set index_format="%4C %Z %[%a·%d·%b] %-16.16F [%-12.12L] (%4c %4l) %s%> %M"
> It works fine since years and even inside uxterms with
> LC_CTYPE=en_US.UTF-8, but no other locale environment variables set.
I sowewhat doubt this can work fine alone in an UTF-8 environment,
because the string contains Latin-1 chars. For me in PuTTY this results
in garbage display (no crash).
Of course it starts working fine in all locales when the muttrc
charset is properly declared first:
| set config_charset="iso-8859-1"
| set index_format="%4C %Z %[%a·%d·%b] %-16.16F [%-12.12L] (%4c %4l) %s%> %M"
Do these 2 lines still segfault for you?
Bye! Alain.
--
Mutt muttrc tip to send mails in best adapted first necessary and sufficient
charset (version for Western Latin-1/Latin-9/CP-850/CP-1252 terminal users):
set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8"