When replying to an address that used an utf-8 encoded name, e.g.,

From: =?utf-8?B?U2VuZGVyIFfDpGNoCg==?= <[email protected]>

mutt turned this into

To: Sender =?utf-8?B?V8OkY2g/IDxzZW5kZXJAZXhhbXBsZS5jb20+?=
instead of
To: Sender =?utf-8?B?V8OkY2g/?= <[email protected]>

which then caused an error when "Sender" replied back to me...
(it's most likely not specific to utf-8 but just any =?... ?=
encoding will trigger that problem: encoding too much;
note: it seems to work ok without --enable-exact-address).

Does anyone have a patch for this or is this a case of
"use the source, Luke"? The former would be much appreciated!

BTW: I use --enable-exact-address as otherwise mutt shows addresses
in a "nice" format that doesn't match reality and caused me grief
several times when I copied those addresses into a filter ... and
nothing was filtered...

Thanks!


Mutt 1.5.22+11 (47329e8429dc) (2013-10-16)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: OpenBSD 5.3 (i386)
ncurses: ncurses 5.7.20081102 (compiled with 5.7)

Compiler:
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd5.3/4.2.1/specs
Target: i386-unknown-openbsd5.3
Configured with: OpenBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 

Configure options: '--disable-pop' '--disable-imap' '--with-ssl' 
'--enable-flock' '--disable-fcntl' '--enable-smtp' '--enable-exact-address'

Compilation CFLAGS: -Wall -pedantic -Wno-long-long -g -O2

Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -DL_STANDALONE  -USE_FCNTL  +USE_FLOCK   
-USE_POP  -USE_IMAP  +USE_SMTP  
+USE_SSL_OPENSSL  -USE_SSL_GNUTLS  -USE_SASL  -USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
+EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
-HAVE_ICONV  -ICONV_NONTRANS  -HAVE_LIBIDN  +HAVE_GETSID  -USE_HCACHE  
-ISPELL
.... (some data that contains paths specific to my setup removed...)

Reply via email to