<<< Date Index >>>     <<< Thread Index >>>

Re: Demoroniser (was: Display Filters)



 On Friday, July 7, 2006 at 15:05:47 -0700, Gary Johnson wrote:

> see here: EUR f o/oo

    Very good! You have everything right… Just add now the corrections
against mislabelled mails. Get Tamotsu’s latest assumed_charset patch at
<URL:http://www10.plala.or.jp/sanrinsha/tamo/patch-1.5.9.tt+tamo.assumed.3>,
and add those 3 lines (Tamo dropped the $strict_mime boolean):

| set assumed_charset=windows-1252
| charset-hook ^us-ascii$   windows-1252
| charset-hook ^iso-8859-1$ windows-1252

    The third line could eventually permit you to better see your own
mails from this thread! ;-)


> Thank you so much for all the help, Alain.

    You're most welcome, Gary: My pleasure.


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'"