From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sun, 10 Aug 2008 11:31:17 -0700 Subject: [sup-talk] Sup Backtrace While Polling In-Reply-To: References: Message-ID: <1218393032-sup-3985@entry> Reformatted excerpts from nicolas.pouillard's message of 2008-08-10: > --- TypeError from thread: poll after loading inbox > can't modify frozen string > /opt/local/lib/ruby/gems/1.8/gems/rmail-0.17/lib/rmail/parser/multipart.rb:159:in `[]=' Try changing line 159 of multipart.rb to: chunk = chunk[0..start] RMail hasn't been updated since like Ruby 1.8.2. -- William