On Tue, Sep 26, 2000 at 09:08:23 -0500, David Champion wrote:
> Me, too.  I take a different approach: I have a short wrapper script
> that I use for invoking mutt.  It sets LANG, then returns LC_COLLATE to
> C so that sorting works correctly. :)

Mutt disregards the setting of LC_COLLATE and always sorts
according to the C locale. But of course it is good to be prepared
if this bug someday should be fixed. :-) (It can easily be fixed
by replacing a few mutt_strcasecmp() calls with strcoll() calls in
sort.c, I think).

-- 
Byrial
http://home.worldonline.dk/~byrial/

Reply via email to