Re: [Mailman-Users] [Mailman-Developers] Problem with format=flowed patch

2007-03-24 Thread Tokio Kikuchi
Mark Sapiro wrote: > I don't think your suggestion is correct. What I am trying to do is get > the format= and delsp= parameters from only the first text/plain part > in the message. Often, this will be the only part in which case it > doesn't matter. Sorry that I misunderstood. It was a little

Re: [Mailman-Users] [Mailman-Developers] Problem with format=flowed patch

2007-03-24 Thread Mark Sapiro
Tokio Kikuchi wrote: > >I think the indent level of this part in Scrubber.py should be > > if charset is None: > charset = part.get_content_charset(lcset) >+format = part.get_param('format') >+delsp = part.get_param('delsp') > Tokio, Thanks f

Re: [Mailman-Users] [Mailman-Developers] Problem with format=flowed patch

2007-03-24 Thread Tokio Kikuchi
Hi Mark, I was working this patch on the trunk. I think the indent level of this part in Scrubber.py should be if charset is None: charset = part.get_content_charset(lcset) +format = part.get_param('format') +delsp = part.get_param('delsp')