Re: Mutt segfaults when trying to verify some PGP signatures
Hello Niklas,
On Tuesday, August 24, 2004 at 9:19:20 AM +0200, Niklas Morberg wrote:
> LANG=en_US.UTF-8
> LC_CTYPE=en_US.ISO-8859-15
One must not have incompatible charsets in different locale
categories. This can give unpredictable results, and was also once
proven to trigger the re_exec segfault (now closed Debian Bug #238959).
Remove the LC_CTYPE declaration from environment, and either:
- If your terminal is Latin-9 (most probable): Verify those values
exist in "locale --all-locales", and export the 3 declarations:
| LANG=en_US.ISO-8859-15
| LC_TIME=sv_SE.ISO-8859-15
| LC_PAPER=sv_SE.ISO-8859-15
- If your terminal is UTF-8 (unlikely): Do nothing more.
Bye! Alain.
--
set honor_followup_to=yes in muttrc is the default value, and makes your
list replies go where the original author wanted them to go: Only to the
list, or with a private copy.