doc/FAQ.txt in sup-0.4 vs doc/FAQ.txt in sup-0.5

- old
+ new

@@ -109,10 +109,10 @@ importing messages with attachments. S: The current solution is to directly modify RubyMail. Change line 159 of multipart.rb to: chunk = chunk[0..start] This is because RubyMail hasn't been updated since like Ruby 1.8.2. - Please bug Matt Lickey. + Please bug Matt Armstrong. P: I see this error: /usr/local/lib/ruby/1.8/yaml.rb:133:in `transfer': allocator undefined for Bignum (TypeError) S: You need to upgrade to Ruby 1.8.5. YAML in earlier versions can't parse BigNums, but Sup relies on that for Maildir and IMAP.