in my .muttrc i have

set charset="koi8-r"
set allow_8bit

but when i look at the header of the e-mail i sent to myself
it says

Content-Type: text/plain; charset=utf-8
                                  ^^^^^
Content-Transfer-Encoding: 8bit

I am also not able to send e-mails that will stay with the normal encoding
from yahoo, since yahoo now days only speaks:
Content-Type: text/plain; charset=us-ascii

It's being a long battle between me an Mutt and i am still loosing it. 
I am not able to read any emails that sent to me buy my family from
Russia.

i either get 
?????? ??????????? ????? ???? ?????????? ??????
or 
\305\324\317 \324\305\323\324 \316\301 \322\325\323\323\313\317\315
\321\332\331\313\305

I tried to compile mutt with 
--disable-nls
--with-included-gettext
--enable-locales-fix
and neither one of those makes any difference whatsoever

Also my env was set to
LANG was set to en_US, ru_RU.KOI8-R, ru and en
LC_ALL was set to C, POSIX, ru, ru_RU.KOI8-R

And my ~/.inputrc has following
set meta-flag on
set convert-meta off
set output-meta on
so i am totally able to write in russian
in vi or midnight commander, so looks like mutt is the only one that
refuses to surrender

At this moment it has
+ENABLE_NLS  
+LOCALES_HACK

And another question i had, is what is LC_MESSAGES
that ./configure script is looking for ?

-- 
<?php $company = 'WebSideStory, Inc.'; $contact_info = array(
'addr1'=>'10182 Telesis Ct., 6th Floor','addr2'=>'San Diego, CA, 92121',
'p'=>'858.546.1182 x464','f'=>'858.546.0480','e'=>'[EMAIL PROTECTED]');
while(list($k,$v)=each($contact_info)) { echo "$v<br>\n"; } ?>

Reply via email to