Hi William, First of all, thank you for Sup, I find it just great ! Next, excuse me for my english, I'm french...
I'm experiencing troubles to send mails with Sup. I configured msmtp as shown in your wiki. I even tested it with mutt and it worked. But when I tried to do it with Sup, it crashed, showing what is in the attachment. I first tried it with the debian/Sid package and saw by a search that the git version could fix this problem. So I uninstalled the package and removed the .sup folder and did a git clone git://gitorious.org/sup/mainline.git Then tried to launch Sup but it needed some Ruby / Rubygems dependencies. I installed it by running gem install <dependency>. Sup did worked like this, launched with a ruby -I lib bin/sup-config and then with ruby -I lib bin/sup But when I configured it to work with msmtp again, it just crashed the same way the package version did when I tried to send a mail... I think it's a problem with my locales so here's the result of the locale command : $ locale LANG=fr_FR.utf8 LC_CTYPE="fr_FR.utf8" LC_NUMERIC="fr_FR.utf8" LC_TIME="fr_FR.utf8" LC_COLLATE="fr_FR.utf8" LC_MONETARY="fr_FR.utf8" LC_MESSAGES="fr_FR.utf8" LC_PAPER="fr_FR.utf8" LC_NAME="fr_FR.utf8" LC_ADDRESS="fr_FR.utf8" LC_TELEPHONE="fr_FR.utf8" LC_MEASUREMENT="fr_FR.utf8" LC_IDENTIFICATION="fr_FR.utf8" LC_ALL= If you could help me getting this work it would be great :) Sincerely, Flo
--- NoMethodError from thread: poll after loading inbox undefined method `to_indexable_s' for nil:NilClass ./lib/sup/index.rb:243:in `sync_message' ./lib/sup/util.rb:519:in `send' ./lib/sup/util.rb:519:in `method_missing' ./lib/sup/poll.rb:162:in `add_messages_from' ./lib/sup/source.rb:100:in `each' ./lib/sup/util.rb:558:in `send' ./lib/sup/util.rb:558:in `__pass' ./lib/sup/util.rb:545:in `method_missing' ./lib/sup/poll.rb:141:in `add_messages_from' ./lib/sup/poll.rb:98:in `do_poll' ./lib/sup/poll.rb:86:in `each' ./lib/sup/poll.rb:86:in `do_poll' ./lib/sup/poll.rb:85:in `synchronize' ./lib/sup/poll.rb:85:in `do_poll' ./lib/sup/util.rb:519:in `send' ./lib/sup/util.rb:519:in `method_missing' ./lib/sup/modes/poll-mode.rb:17:in `poll' ./lib/sup/poll.rb:53:in `poll' ./lib/sup/util.rb:519:in `send' ./lib/sup/util.rb:519:in `method_missing' bin/sup:204 ./lib/sup.rb:75:in `reporting_thread' ./lib/sup.rb:73:in `initialize' ./lib/sup.rb:73:in `new' ./lib/sup.rb:73:in `reporting_thread' bin/sup:204 ./lib/sup/modes/thread-index-mode.rb:664:in `call' ./lib/sup/modes/thread-index-mode.rb:664:in `__unprotected_load_threads' ./lib/sup/modes/thread-index-mode.rb:606:in `call' ./lib/sup/modes/thread-index-mode.rb:606:in `load_n_threads_background' ./lib/sup.rb:75:in `reporting_thread' ./lib/sup.rb:73:in `initialize' ./lib/sup.rb:73:in `new' ./lib/sup.rb:73:in `reporting_thread' ./lib/sup/modes/thread-index-mode.rb:604:in `load_n_threads_background' ./lib/sup/modes/thread-index-mode.rb:674:in `__unprotected_load_threads' (eval):12:in `load_threads' bin/sup:204
_______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
