Re: how to change send_charset on the fly?
On Sunday, May 21, 2006 at 13:42:49 +0800, phyrster wrote:
> So is there a workaround to this problem?
Wait: Before any workaround, we must first *locate* the problem.
This needs much more precise informations. To begin, please send me the
html mail and your UTF-8 reply, both gzipped attached.
Bye! Alain.
--
Mutt compressed folders tip for stable archive timestamp:
| open-hook \\.gz$ "gzip -cd '%f' > '%t' ; ret=$? ; touch --no-create
--reference='%f' '%t' ; exit \$ret"
| close-hook \\.gz$ "gzip -c '%t' > '%f' ; ret=$? ; touch --no-create
--reference='%t' '%f' ; exit \$ret"
| append-hook \\.gz$ "gzip -c '%t' >> '%f'"