On Fri, 26 Jul 2002, jennyw wrote: > I've been noticing I get some messages where the subject begins with > =?US-ASCII?Q?<the subject>?=. I looked this up on google (took some time > because a ton of things come up when you just look for the string) and > finally found RFC 1342, which said that this was non-ascii text, and that > the character set is what appears after the =? (us-ascii in this case, > instead of ascii). >
I have a quite similar problem when displaying names of receivers who have German umlauts. It is very strange however. When I receive emails with German umlauts in the name of the sender, they get correctly displayed. When I replied to such a message, the names of the (now) receivers suffer from the same problem, for example: 100 F Jun 19 To Michel=?iso-8859-1? (0.3K) mq> 101 T Jun 19 Michel Dänzer (0.3K) mq> (cut-&-paste from my index) I am using mutt 1.4i, edit all my stuff with vim 6.1 on a debian 3.0 system, and mutt -v results in: komsys-pc-basel:~!56> mutt -v Mutt 1.4i (2002-05-29) [..] System: Linux 2.4.17-basel.v2 (i686) [using ncurses 5.2] Compile options: DOMAIN="maremma.ch" -DEBUG -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK +USE_POP +USE_IMAP -USE_GSS -USE_SSL -USE_SASL +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM +HAVE_PGP -BUFFY_SIZE +EXACT_ADDRESS -SUN_ATTACHMENT +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID +HAVE_GETADDRINFO ISPELL="/usr/bin/ispell" SENDMAIL="/usr/sbin/sendmail" MAILPATH="/var/mail" PKGDATADIR="/usr/local/share/mutt" SYSCONFDIR="/etc/mutt" EXECSHELL="/bin/sh" -MIXMASTER [..] In my muttrc I have the following definitions (based on hints I got by this mailing lists): set charset="iso-8859-1" set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8" set locale="de_CH" # # charset-hook alias charset # (define charset aliases) # charset-hook x-unknown ISO-8859-1 charset-hook windows-1250 CP1250 charset-hook windows-1251 CP1251 charset-hook windows-1252 CP1252 charset-hook windows-1253 CP1253 charset-hook windows-1254 CP1254 charset-hook windows-1255 CP1255 charset-hook windows-1256 CP1256 charset-hook windows-1257 CP1257 charset-hook windows-1258 CP1258 Thanks for any hint. Lukas