Thank you ! I've tried the install sup via the gem on a naked machine and I've faced a few problems: * There is a bug in rubymail as pointed in [0]. I see it hasn't been merged yet and doubt it will ever be. I replaced the upstream one with the one from your repo (1) and it works as needed. Can we use a rmail-sup, specific to us, just for the time we use this lib, just like ncursesw-sup ? * There was a problem with the unicode gem. I had an old version of gem running (you need >= 2.0.2 as stated in [2] and followings). Here are the steps that fixed the problem: Update gem: $ sudo gem update --system Reinstall the unicode gem: $ gem uninstall unicode $ gem install unicode * Those damn encoding problems struck me. We're trying to fix_encoding a bunch of Strings here and there and one of them at least is a frozen string so it doesn't work. See PR130 [3] for this. Apart from that, it works well. Thank you guys for the hard work ! You're making me ashamed of not being very participative in this, though :) [0] https://github.com/matta/rubymail/pull/2 [1] https://github.com/gauteh/rubymail [2] https://github.com/blackwinter/unicode/issues/4#issuecomment-14086773 [3] https://github.com/sup-heliotrope/sup/pull/130 -- Matthieu Rakotojaona
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk