[Mailman-Developers] Patch for Archiver/HyperArch.py

2001-10-05 Thread Tokio Kikuchi
Hi, Some time ago, someone complained about the pipermail not representing proper charset in the Content-Type header. Here is a patch for the latest CVS (2.1a). I am not very sure which is better to use as a default language, mm_cfg.DEFAULT_SERVER_LANGUAGE or maillist.preferred_language. Tokio

[Mailman-Developers] bug in Handlers/Tagger.py

2001-10-05 Thread Tokio Kikuchi
Hi, There were small typos in Tagger.py and here is the patch. Tokio Original Message Date: Sat, 6 Oct 2001 12:25:16 +0900 (JST) From: Mailman Admin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] --- /home/mailman/src/mailman/Mailman/Handlers/Tagger.pyFri Oct 5 16:19:30

Re: [Mailman-Developers] German Umlauts in pipermail

2001-10-05 Thread Ben Burnett
On Friday 05 October 2001 11:15 am, Jan-Benedict Glaw wrote: > On Thu, 2001-10-04 14:11:26 +0100, Mikhail Sobolev > <[EMAIL PROTECTED]> > > wrote in message <[EMAIL PROTECTED]>: > > On Thu, Oct 04, 2001 at 01:54:41PM +0200, Jan-Benedict Glaw wrote: > > > + ( '=E4', 'ä'), > > >

Re: [Mailman-Developers] German Umlauts in pipermail

2001-10-05 Thread Jan-Benedict Glaw
On Thu, 2001-10-04 14:11:26 +0100, Mikhail Sobolev <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > On Thu, Oct 04, 2001 at 01:54:41PM +0200, Jan-Benedict Glaw wrote: > > + ( '=E4', 'ä'), > > + ( '=F6', 'ö'), > > > > After I applied the above p