You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: