sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
900 stars 97 forks source link

Crash on send #524

Open maxsone opened 8 years ago

maxsone commented 8 years ago

I think it's quite possible that I have somehow misconfigured my setup, but the errors do not suggest where to look. When I try to send a message I have composed, it crashes with

----------------------------------------------------------------
--- TypeError from thread: main
no implicit conversion of nil into String
/usr/lib/ruby/vendor_ruby/sup/modes/edit_message_mode.rb:533:in `popen'
/usr/lib/ruby/vendor_ruby/sup/modes/edit_message_mode.rb:533:in `send_message'
/usr/lib/ruby/vendor_ruby/sup/modes/reply_mode.rb:222:in `send_message'
/usr/lib/ruby/vendor_ruby/sup/mode.rb:59:in `handle_input'
/usr/lib/ruby/vendor_ruby/sup/buffer.rb:222:in `handle_input'
/usr/bin/sup-mail:255:in `<module:Redwood>'
/usr/bin/sup-mail:74:in `<main>'

I am using msmtp to send mail, and it works okay from the command-line. Is there anything I can do to resolve this, or is it a bug?